√(noham)² 1861b4599d timer
2024-12-23 22:53:09 +01:00
2024-12-23 22:53:09 +01:00
2024-06-06 10:38:12 +02:00
2024-12-23 18:48:12 +01:00
2024-12-23 22:53:09 +01:00
2024-12-23 18:50:22 +01:00
2019-02-16 16:20:15 +01:00

Ratio.py

Update Transmission Version

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

  • Transmission 4.0.6

Requirements

  1. Python 3.x
  2. pip install -r requirements.txt
  3. a torrent file (use one with lots of leechers)

Download

Using git command:

git clone https://github.com/garnajee/Ratio.py.git

Or using cURL:

curl -L https://github.com/garnajee/Ratio.py/archive/master.tar.gz -o Ratio.py.tar.gz
tar xzf Ratio.py.tar.gz
rm Ratio.py.tar.gz
mv Ratio.py-master Ratio.py

Navigate to the folder:

cd Ratio.py

Then configure your config.json file.

Configuration example

{
   "torrent": "<Torrent folder path>",
   "upload": "<Upload speed (kB/s)>"
}

Usage:

python3 ratio.py -c config.json 

To run (multiple instances) in background :

nohup python3 ratio.py -c config.json &
nohup python3 ratio.py -c config.json &> nohup2.out &

View logs :

tail -f nohup.out

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.
Readme 52 KiB
Languages
Python 84.5%
Shell 15.5%