Skip to content

SirCipherz/Ratio.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ratio.py

Ratio.py is a small command line RatioMaster.Net like in Python3. It fakes upload stats of a torrent. Current emulators available are:

  • Transmission 2.92
  • qBittorrent 4.25

Requirements:

  1. Python 3.x
  2. pip install -r requirements.txt

Usage:

usage: ratio.py [-h] [-c CONFIGURATION] [-t TORRENT] [-u UPLOAD] [-C CLIENT]

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIGURATION, --configuration CONFIGURATION
                        Configuration file
  -t TORRENT, --torrent TORRENT
                        Torrent file
  -u UPLOAD, --upload UPLOAD
                        Upload rate in kb/s
  -C CLIENT, --client CLIENT
                        Client (transmission/qbittorrent)

Configuration example

{
   "torrent": "<Torrent file path>",
   "upload": "<Upload speed (kB/s)>",
   "client: "<transmission/qbittorrent>""
}

About

Ratio.py is a small command line RatioMaster.Net like in Python3. It fakes upload stats of a torrent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.5%
  • Roff 4.4%
  • Makefile 1.1%