Webcrawler for 720pier.ru which downloads torrentfiles from a given overview (seachresult, Category etc.) link or from RSS-Feeds. Doesn't re-download old torrents. Can include or exclude searchterms and old entries.
- pdm (https://github.com/pdm-project/pdm)
- Python >= 3.10
- Monitor 720pier.ru Website for new torrents
- Monitor 720pier.ru RSS feeds for new torrents
- can handle include and exclude lists
- Downloads the torrent files
- Send torrents to QBittorrent
- clone the repo
- pdm install
- edit 720pier.ini.yml to your needs (if 720pier.ini.yml is not there, run the program once and it will be created)
- copy geckodriver to your BIN directory (can be bin directory in venv or /etc/usr/bin)
- run python 720pdl.py
- If you know what you are doing, the Dockerfile is included
- pm2 start 720pdl.py --name 720pier --interpreter=.venv/bin/python3