j-alex-vindel / DATA_BAFA

These scripts are to scrape the BAFA webpage to get all the info for the games played in its different divisions for 2019 season

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DATA_BAFA

These scripts are to scrape the BAFA webpage to get all the info for the games played in its different division and seasons

The scripts use a blend of webcrawling and web scrapping to get the information and save it as .csv file

the libraries to use from python are

  • requests
  • BeautifulSoup
  • Pandas
  • it also imports a module with the different methods

It is important to mention that the web crawler and web scrapper can only be used for the particular urls

About

These scripts are to scrape the BAFA webpage to get all the info for the games played in its different divisions for 2019 season


Languages

Language:Python 100.0%