Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gamut73/chessdotcomcrawler

Get games of your favorite chess players from chess.com
https://github.com/gamut73/chessdotcomcrawler

Last synced: about 1 month ago
JSON representation

Get games of your favorite chess players from chess.com

Awesome Lists containing this project

README

        

# chessdotcomCrawler
## Get pro chess player's games

chess.com does have an api but those are for games played on their platforms. This class automates getting the games of pro players from this particular page: https://www.chess.com/games.

## The Program:

- input: name of chess player(e.g gary-kasparov)

- while running: the driver I am using is chrome which requires you to give you permission to download multiple files. The prompt will only appear on page 2 and after you click allow you don't have to do anything about it.

- output: The download files a saved in your default download path for chrome.

## Dependencies
- selenium
- google chrome(chromedriver)