Skip to content

ebijun1007/tennis_elo_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tennis_elo_scraper

Scrape elo rating for tennis players from tennisabstract.com and save them as csv file.

Update on every monday automatically by github actions.

Build Docker Image

Clone this repository and run below command

$ docker build . -t tennis_elo_scraper

Get ELO rating and save to csv file

$ docker run --rm -v ${PWD}:/app tennis_elo_scraper python main.py

Github Actions

To enable github actions, set EMAIL and USERNAME secrets value to the repository. Or, remove .github/workflows/schedule.yml to disable github actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published