Skip to content
/ RDRSS Public
forked from mishpajz/RDRSS

RSS feed to real-debrid.com

License

Notifications You must be signed in to change notification settings

dhilipb/RDRSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RDRSS

Python script which takes torrent magnet links from RSS feed and feeds them to your real-debrid.com account.

Features

  • 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.

Getting Started

Prerequisites

Install

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.

Set up

  1. Run RDRSS.py --rss "<url to your feed>" in your shell to specify feed with magnet links that should be added to real-debrid.
  2. Obtain your real-debrid api token here
  3. Run RDRSS.py --token "<your real-debrid api token>" in your shell to save your api token.

Usage

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.

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributions

All contributions are most welcome.

About

RSS feed to real-debrid.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.3%
  • Dockerfile 2.7%