Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

fecton/rutracker_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native Linux Games Parser from RuTracker

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

How to Run

  1. Clone the repository
  2. Enter the directory
  3. Create a virtual enviroment
  4. Activate it
  5. Install necessary modules
  6. 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

Functionality

Help message

image

Searching by game's name (phrase)

image

Searching by each word

image

Show detailt during searching

image

Finish after a first march

It stops after 4 matches because it uses 4 threads image

Ingore cached pages

If you want to update your caches pages, use this parameter (it will be slower) image

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages