RSS feed parser, primarily for use on the seven seas.
Go to file
Derek bdb5291181
Drop checking links[] since the link field does the same thing
And if link was none, links[0] will be none too (i think)
2019-03-16 20:56:21 -07:00
Pipfile Whoops gotta add the dependencies (782055e4ef pt 2) 2019-02-23 18:39:10 -07:00
Pipfile.lock Whoops gotta add the dependencies (782055e4ef pt 2) 2019-02-23 18:39:10 -07:00
README.md Update readme 2018-06-12 11:51:55 -07:00
automagnet.py Drop checking links[] since the link field does the same thing 2019-03-16 20:56:21 -07:00
config.json Remove the testing shows whoops 2018-06-08 11:47:06 -07:00
seen.txt Add proper config file support 2018-06-08 00:33:14 +00:00

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

  1. Install pip and pipenv

    apt install pip3
    pip3 install pipenv
    
  2. Get dependencies

    pipenv install
    
  3. Add some shows to the wants array in config.json

    {
      "name": "Some weeb nonsense"
    }
    
  4. 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