RSS feed parser, primarily for use on the seven seas.
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.
Derek bdb5291181
Drop checking links[] since the link field does the same thing
4 years ago
Pipfile Whoops gotta add the dependencies (782055e4ef pt 2) 4 years ago
Pipfile.lock Whoops gotta add the dependencies (782055e4ef pt 2) 4 years ago
README.md Update readme 5 years ago
automagnet.py Drop checking links[] since the link field does the same thing 4 years ago
config.json Remove the testing shows whoops 5 years ago
seen.txt Add proper config file support 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

  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