Skip to content

kittsville/RAMGUN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAMGUN

RAMGUN adds magnet links from your browser to ruTorrent, saving a small amount of time.

Note that RAMGUN cannot add .torrent files, just magnet links.

Usage

  1. Click magnet link in browser:
    Screenshot of magnet link being clicked
  2. Enter Y (then Enter) in command line pop-up to confirm adding the torrent. This step can be disabled in the config file. Screenshot of Python command line where confirmation has been accepted
  3. Check in ruTorrent that the torrent has appeared:
    Screenshot torrent in ruTorrent

Requirements

  • Python 2.7
  • Requests library pip install requests

Installation (Windows)

For Linux/OS X you'll need to Google $OS_Name associate protocol with python script

  1. Download from GitHub
  2. Put somewhere you won't move/delete it
  3. Open config.ini and add ruTorrent configuration and preferences, see config guide
  4. Open command line and navigate to your copy of RAMGUN
  5. Check it works with python ramgun.py "magnet link here"
  6. Add registry entries to associate magnet protocol with the script

Config

Key Meaning
url The URL you'd normally use to access ruTorrent
username ruTorrent username. The one entered when opening ruTorrent
password ruTorrent password. The one entered when opening ruTorrent
label Equivalent to the Label field when adding a torrent via ruTorrent
directory Equivalent to the Directory field when adding a torrent via ruTorrent
requireConfirmation Whether to ask before adding the magnet link. Setting to anything other than True will mean the magnet link is added straight away.

About

Adds magnet links to ruTorrent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages