Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agucova/needs-seeding

🌱 A script that downloads a list of .torrent files from a website, checks their health and lists the ones that need more seeding.
https://github.com/agucova/needs-seeding

crawler sci-hub torrents

Last synced: about 19 hours ago
JSON representation

🌱 A script that downloads a list of .torrent files from a website, checks their health and lists the ones that need more seeding.

Awesome Lists containing this project

README

        

# needs-seeding 🌱
A script that downloads a list of .torrent files from a website, checks their health and lists the ones that need more seeding.

## Requirements
The script requires a working python ≥ 3.5 installation.

If you have Python [Poetry](https://python-poetry.org/docs/) you can install the dependencies directly:

```shell
poetry install
```
If not, you can use the equivalent `requirements.txt`:

```shell
pip install -r requirements.txt
```

## Usage
The script is very much a work in progress, so while the objective is to make it a full CLI and later a webapp, for now you'll have to change the constants in `main.py` and run the program.