Tool to use existing API provided by PolishTracker
- git
- python3
- python3-pip
git clone https://github.com/NimlothPL/PolishTracker-API.git
cd PolishTracker-API
pip3 install -r requirements.txt
-
Menu version: 'python3 pt_api.py --menu'
-
Cli version: 'python3 pt_api.py --help'
`python3 pt_api.py --help'
usage: pt_api.py [-h] [--menu] [--account] [--list LIST] [--torrent TORRENT]
[--download DOWNLOAD] [--version]
PolishTracker API script
optional arguments:
-h, --help show this help message and exit
--menu Shows menu.
--account Retrieves information about user account.
--list LIST Number of torrents to return (1-250).
--torrent TORRENT Retrieves information about specific torrent.
--download DOWNLOAD Download specific torrent.
--version show program's version number and exit