jorants / rss-torrent-relay

A flask application that relays the part of a torrent rss feed with new episodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rss-torrent-relay

This application reads in a rss feed of torrents and parses the titles. It figures out which torrents co respond to unseen episodes of TV shows and saves these. It then builds a new rss feed of only those those torrents that could be added to your torrent client.

Left mostly as an example, I advise to use Sonarr instead

Set copy example_config.py to config.py and set everything. wsgi.py either directly for testing or through uwsgi. The database is automaticly created. Make sure the server has write access to its own directory, it needs to store the torrent files on disk.

You can add shows that need downloading via /admin/<Your secret string>, just make sure you set the title to lower case letters and without periods.

About

A flask application that relays the part of a torrent rss feed with new episodes.

License:The Unlicense


Languages

Language:Python 100.0%