RSS feed parser, primarily for use on the seven seas.
Aparently transmissionrpc also doesnt like having `download_dir = None`. It should actually work now. |
||
---|---|---|
automagnet.py | ||
config.json | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
seen.txt |
Automagnet
RSS feed parser, primarily for use on the seven seas.
Extend by adding entries to the providers
array in config.json.
Includes sample provider for horriblesubs.info.
Quickstart
-
Install pip and pipenv
apt install pip3 pip3 install pipenv
-
Get dependencies
pipenv install
-
Add some shows to the
wants
array in config.json{ "providers": [ ... ], "wants": [ { "name": "Some weeb nonsense", "target-quality": "1080p" }, { "name": "More weeb nonsense", "min-quality": "720p" }, { "name": "Even more weeb nonsense" } ] }
-
Get some magnets / torrents, but only once, and do with them what you will. Handy to run in a cronjob every so often
pipenv run ./automagnet.py | transmission-cli -a