From 8dfd3f3cae70cfd2becea6a2898b106764782596 Mon Sep 17 00:00:00 2001 From: MisterDaneel Date: Sat, 16 Feb 2019 20:09:54 +0100 Subject: [PATCH] Add README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a642df --- /dev/null +++ b/README.md @@ -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": "", + "upload": "" +} +```