FideStats is a Python script to find the Fide Events, Tournaments, and Ratings of one of the top chess players from fide.com and print them in the command line itself. It is basically a fide.com scraper to scrape Events, Tournaments and Ratings the website.
- FIDE Calender - Displaying all the Fide events based on category.
- Latest Tournaments Registered.
- Ratings of the World's Top Chess Players. All of these within the command line itself
Run FideStats.py
with the following option:
python3 FideStats.py
- First of all, you will require Python 3 to be able to run the
FideStats.py
. - Now fork the repo and then clone it.
- Then navigate to the repo's directory.
- Now install the required Python Modules by running the following command in the terminal:
Run
pip install -r requirements.txt
- Now you are ready to go just sit back and enjoy.