You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
Pipfile | 4 years ago | |
Pipfile.lock | 4 years ago | |
README.md | 5 years ago | |
automagnet.py | 4 years ago | |
config.json | 5 years ago | |
seen.txt | 5 years ago |
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