Python script which takes torrent magnet links from RSS feed and feeds them to your real-debrid.com account.
- Adds magnet links from any RSS feed to real-debrid.com
- Fetches only new links, will ignore already fetched entries.
- Saves all set up data.
- Python (3)
- pip
- Premium real-debrid.com account
Run
pip3 install requests
pip3 install feedparser
pip3 install argparse
in your shell. Then download the latest release and save the python file somewhere accessible.
- Run
RDRSS.py --rss "<url to your feed>"
in your shell to specify feed with magnet links that should be added to real-debrid. - Obtain your real-debrid api token here
- Run
RDRSS.py --token "<your real-debrid api token>"
in your shell to save your api token.
Run RDRSS.py
in your shell to add magnets from new entries in feed to real-debrid.
I recommend running this regularly, for example at startup, using Automator or using cron job.
This project is licensed under the MIT License - see the LICENSE file for details
All contributions are most welcome.