Skip to content

A very simple web app built with Python and Flask that delivers soccer results taken from the website ##livescore.cz

Notifications You must be signed in to change notification settings

Mirkotorrisi/soccer_results_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soccer_results_scraper

A very simple web app built with Python and Flask that delivers soccer betting results taken from the website livescore.cz Bet results are:

final_result: can be 1,X or 2 total: can be over or under

Endpoints

GET: /

returns a json like

[ { "home": "Argentina", "away": "France, "final_result": "X", "total": "O" } ]

About

A very simple web app built with Python and Flask that delivers soccer results taken from the website ##livescore.cz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages