mirror of
https://github.com/NohamR/Ratio.py.git
synced 2025-05-24 00:38:57 +00:00
Add README
This commit is contained in:
parent
1d7385e6d4
commit
8dfd3f3cae
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
## Requirements:
|
||||||
|
1. Python 3.x
|
||||||
|
2. pip install -r requirements.txt
|
||||||
|
|
||||||
|
## Usage:
|
||||||
|
```console
|
||||||
|
foo@bar:~/ratio.py$ python ratio.py -c configuration.json
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configuration example
|
||||||
|
```js
|
||||||
|
{
|
||||||
|
"torrent": "<Torrent file path>",
|
||||||
|
"upload": "<Upload speed (kB/s)>"
|
||||||
|
}
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user