Terminal tool for searching torrents providing direct magnet links.
./tormy-cli "big buck bunny"
Note: Works only with Python 3.x
Install all dependencies by either of the following ways -
python setup.py install
pip install -r requirements.txt
usage: ./tormy-cli [-h] query
positional arguments:
query Enter text within quotes to search for torrents.
Example = tormy-cli "big buck bunny"
optional arguments:
-h, --help show this help message and exit
Give execute permission to tormy-cli as follows
sudo chmod +x tormy-cli