Skip to content

tonipesic/Flashscore-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashscore scraper

An application to gather data about archival scores and tables from Flashscore. It scrapes the data using chosen web browser (Firefox or Chrome) and puts them into the database with following structure: scraper_erd

Installation

Use pip to install required modules.

pip install requirements.txt

Usage

Use python to run the scraper

python scrape.py

with following arguments:

Short Long Required Value
-s --os yes operating system: linux or windows
-b --browser yes browser used to scraping data: chrome or firefox
-l --leagues yes countries names; currently supported countries are listed in help
-h --help no shows parameters description and list of their available values

Usage example

python scrape.py -s windows -b chrome -l England Italy Netherlands

About

Scraper gathering historical data about the most popular football leagues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%