Giter Club home page Giter Club logo

comet's Introduction

☄️ Comet - Discord

Features

  • The only Stremio addon that can Proxy Debrid Streams to allow use of the Debrid Service on multiple IPs at the same time on the same account!
  • Jackett and Prowlarr support (change the INDEXER_MANAGER_TYPE environment variable to jackett or prowlarr)
  • Zilean (DMM Scraper) support for even more results
  • Caching system ft. SQLite
  • Smart Torrent Ranking powered by RTN
  • Proxy support to bypass debrid restrictions
  • Real-Debrid, All-Debrid, Premiumize, TorBox and Debrid-Link supported (if you want other debrid services, please provide an account)

Installation

To customize your Comet experience to suit your needs, please first take a look at all the environment variables!

ElfHosted

A free, public Comet instance is available at https://comet.elfhosted.com

ElfHosted is a geeky open-source PaaS which provides all the "plumbing" (hosting, security, updates, etc) for your self-hosted apps.

ElfHosted offer "one-click" private Comet instances, allowing you to customize your indexers, and enabling "Proxy Stream" mode, to permit streaming from multiple source IPs with the same RD token!

Important

Comet is a top-tier app in the ElfHosted app catalogue. 30% of your subscription goes to the app developer ❤️

(ElfHosted Discord)

Self Hosted

From source

  • Clone the repository and enter the folder
    git clone https://github.com/g0ldyy/comet
    cd comet
  • Install dependencies
    pip install poetry
    poetry install
  • Start Comet
    poetry run python -m comet.main

With Docker

  • Simply run the Docker image after modifying the environment variables
    docker run --name comet -p 8000:8000 -d \
        -e FASTAPI_HOST=0.0.0.0 \
        -e FASTAPI_PORT=8000 \
        -e FASTAPI_WORKERS=1 \
        -e CACHE_TTL=86400 \
        -e DEBRID_PROXY_URL=http://127.0.0.1:1080 \
        -e INDEXER_MANAGER_TYPE=jackett \
        -e INDEXER_MANAGER_URL=http://127.0.0.1:9117 \
        -e INDEXER_MANAGER_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
        -e INDEXER_MANAGER_INDEXERS='["EXAMPLE1_CHANGETHIS", "EXAMPLE2_CHANGETHIS"]' \
        -e INDEXER_MANAGER_TIMEOUT=30 \
        -e GET_TORRENT_TIMEOUT=5 \
        g0ldyy/comet
    • To update your container

      • Find your existing container name
      docker ps
      • Stop your existing container
      docker stop <CONTAINER_ID>
      • Remove your existing container
      docker rm <CONTAINER_ID>
      • Pull the latest version from docker hub
      docker pull g0ldyy/comet
    • Finally, re-run the docker run command

Debrid IP Blacklist

To bypass Real-Debrid's (or AllDebrid) IP blacklist, start a cloudflare-warp container: https://github.com/cmj2002/warp-docker

Suggested indexers

When creating your Comet instance, it's important to choose the right indexers. This choice should be based on speed, quantity of content and whether the indexer is served by cloudflare or has a ratelimit system (which should be avoided).

My personal recommendation is: BitSearch, EZTV, The Pirate Bay, TheRARBG and YTS!

Web UI Showcase

comet's People

Contributors

g0ldyy avatar github-actions[bot] avatar funkypenguin avatar davidemarcoli avatar limedrive avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.