A simple CLI application wrapper for I Know What You Download, a site used to view torrents distributed from a given IP address.
It is a small Python script, so to install the required dependencies you should use pip via the following command:
pip3 install -r requirements.txt
With the tool, you check a provided IP address or your own.
You do not need to pass any arguments for finding out about your own IP address, for example you can just enter the following:
./cli.py
You can just pass an IP as the first argument, such as the following:
./cli.py 1.1.1.1