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
- Python 3.x
- pip install -r requirements.txt
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)
{
"torrent": "<Torrent file path>",
"upload": "<Upload speed (kB/s)>",
"client: "<transmission/qbittorrent>""
}