Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0ldyy/comet
Stremio's fastest torrent/debrid search add-on.
https://github.com/g0ldyy/comet
Last synced: 8 days ago
JSON representation
Stremio's fastest torrent/debrid search add-on.
- Host: GitHub
- URL: https://github.com/g0ldyy/comet
- Owner: g0ldyy
- License: mit
- Created: 2024-06-11T20:44:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:42:33.000Z (about 2 months ago)
- Last Synced: 2024-09-17T15:51:36.619Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 866 KB
- Stars: 137
- Watchers: 5
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
☄️ 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!
- IP-Based Max Connection Limit and Dashboard for Debrid Stream Proxier
- Jackett and Prowlarr support (change the `INDEXER_MANAGER_TYPE` environment variable to `jackett` or `prowlarr`)
- [Zilean](https://github.com/iPromKnight/zilean) ([DMM](https://hashlists.debridmediamanager.com/) Scraper) support for even more results
- [Torrentio](https://torrentio.strem.fun/) Scraper
- Caching system ft. SQLite
- Smart Torrent Ranking powered by [RTN](https://github.com/dreulavelle/rank-torrent-name)
- 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)*
- [Kitsu](https://kitsu.io/) support (anime)# Installation
To customize your Comet experience to suit your needs, please first take a look at all the [environment variables](https://github.com/g0ldyy/comet/blob/main/.env-sample)!
## ElfHosted
A free, public Comet instance is available at https://comet.elfhosted.com[ElfHosted](https://elfhosted.com) is a geeky [open-source](https://elfhosted.com/open/) PaaS which provides all the "plumbing" (*hosting, security, updates, etc*) for your self-hosted apps.
ElfHosted offer "one-click" [private Comet instances](https://elfhosted.com/app/comet/), 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](https://elfhosted.com/apps/). 30% of your subscription goes to the app developer :heart:(*[ElfHosted Discord](https://discord.elfhosted.com)*)
## Self Hosted
### From source
- Clone the repository and enter the folder
```sh
git clone https://github.com/g0ldyy/comet
cd comet
```
- Install dependencies
```sh
pip install poetry
poetry install
````
- Start Comet
```sh
poetry run python -m comet.main
````### With Docker
- Simply run the Docker image after modifying the environment variables
```sh
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
```sh
docker ps
```- Stop your existing container
```sh
docker stop
```- Remove your existing container
```sh
docker rm
```- Pull the latest version from docker hub
```sh
docker pull g0ldyy/comet
```- Finally, re-run the docker run command
### With Docker Compose
- Copy *compose.yaml* in a directory
- Copy *env-sample* to *.env* in the same directory
- Pull the latest version from docker hub
```sh
docker compose pull
```
- Run
```sh
docker compose up -d
```## 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).## Web UI Showcase