This parser parse all native linux games and make a quick search by your query. You do not to register at RuTracker or anything, just run it
- Clone the repository
- Enter the directory
- Create a virtual enviroment
- Activate it
- Install necessary modules
- Run the python file 'main.py'
git clone https://github.com/fecton/rutracker_parser
cd rutracker_parser
python3 -m venv venv/
source venv/bin/activate
pip3 install -r requirements.txt
./main.py -d "your_game" --help
It stops after 4 matches because it uses 4 threads
If you want to update your caches pages, use this parameter (it will be slower)