Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/agucova/needs-seeding
- Owner: agucova
- License: gpl-3.0
- Created: 2021-05-17T04:06:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T07:03:15.000Z (over 3 years ago)
- Last Synced: 2025-01-03T07:43:38.147Z (7 days ago)
- Topics: crawler, sci-hub, torrents
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.