Scrape elo rating for tennis players from tennisabstract.com and save them as csv file.
Update on every monday automatically by github actions.
Clone this repository and run below command
$ docker build . -t tennis_elo_scraper
$ docker run --rm -v ${PWD}:/app tennis_elo_scraper python main.py
To enable github actions, set EMAIL
and USERNAME
secrets value to the repository.
Or, remove .github/workflows/schedule.yml
to disable github actions.