mirror of
https://github.com/NohamR/Ratio.py.git
synced 2025-05-24 00:38:57 +00:00
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 3.00
Requirements:
- Python 3.x
- pip install -r requirements.txt
Usage:
foo@bar: ~/Ratio.py $ python3 ratio.py -c config.json
To run (multiple instances) in background :
foo@bar: ~/Ratio.py $ nohup python3 ratio.py -c config.json &
foo@bar: ~/Ratio.py $ nohup python3 ratio.py -c config.json &> nohup2.out &
View logs :
foo@bar: ~/Ratio.py $ tail -f nohup.out
Configuration example
{
"torrent": "<Torrent file path>",
"upload": "<Upload speed (kB/s)>"
}
This project is an updated fork of this project.
Description
Ratio.py is a small command line RatioMaster.Net like in Python3. It fakes upload stats of a torrent.
Languages
Python
84.5%
Shell
15.5%