Derek
bdb5291181
And if link was none, links[0] will be none too (i think) |
||
---|---|---|
Pipfile | ||
Pipfile.lock | ||
README.md | ||
automagnet.py | ||
config.json | ||
seen.txt |
README.md
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{ "name": "Some weeb nonsense" }
-
Get some magnets / torrents, but only once, and do with them what you will.
transmission-cli -a $(pipenv run ./automagnet.py)
alternatively, you can edit your config to enable / configure rpc
"rpc": true
and then simply run
pipenv run ./automagnet.py
See the wiki pages for full documentation on config.json