A tool designed to help in finding torrent files on the internet gracefully. Can also download files when coupled with any torrent client like qBittorrent.
$ cd cli
For Windows:
$ pyinstaller --noconfirm --onefile --console --icon "./assets/torsearch_logo_192.ico" --name "tors" --add-data "./torsearch/src/tors;." "./torsearch/src/tors/__main__.py"
For Linux:
$ pyinstaller --noconfirm --onefile --console --icon "./assets/torsearch_logo_192.png" --name "tors" --add-data "./torsearch/src/tors;." "./torsearch/src/tors/__main__.py"
For Mac:
$ pyinstaller --noconfirm --onefile --console --icon "./assets/torsearch_logo_apple.icns" --name "tors" --osx-bundle-identifier 'com.torsearch.tors' --add-data "./torsearch/src/tors:." --clean "./torsearch/src/tors/__main__.py"
$ tors search [SEARCH_TERM] -s [SOURCE_NUMBER] -p [PAGE_NUMBER]
Download qBittorrent client and allow remote connections (Web User Interface).