RSS feed parser, primarily for use on the seven seas.
Find a file
Derek Schmidt 6d46811732
Better destination handling
Aparently transmissionrpc also doesnt like
having `download_dir = None`. It should actually work now.
2018-06-12 10:25:25 -07:00
automagnet.py Better destination handling 2018-06-12 10:25:25 -07:00
config.json Remove the testing shows whoops 2018-06-08 11:47:06 -07:00
Pipfile Add new dependency: transmissionrpc 2018-06-12 10:05:06 -07:00
Pipfile.lock Add new dependency: transmissionrpc 2018-06-12 10:05:06 -07:00
README.md Edit readme to reflect changes 2018-06-08 11:46:34 -07:00
seen.txt Add proper config file support 2018-06-08 00:33:14 +00:00

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

    {
      "providers": [
        ...
      ],
      "wants": [
        {
          "name": "Some weeb nonsense",
          "target-quality": "1080p"
        },
        {
          "name": "More weeb nonsense",
          "min-quality": "720p"
        },
        {
          "name": "Even more weeb nonsense"
        }
      ]
    }
    
  4. 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