Skip to content

This Python script lets you scrape soccer players and teams data from a public website.

License

Notifications You must be signed in to change notification settings

faccioliandrea/Soccer-Players-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soccer-Players-Database

This Python script lets you scrape soccer players and teams data from a public website.

🏟️ Supported leagues

  • Serie A (Italy)
  • Premier League (England)
  • LaLiga (Spain)
  • Bundesliga (Germany)
  • Ligue 1 (France)

Features

The script creates three .xlsx/.csv files:

  • players.xlsx
displayName fullName nation birthDate link
  • teams.xlsx
teamId teamName leagueName
  • players_teams.xlsx
fullName birthDate teamId

We have imported threading package to handle parallel execution: teams in a league are processed simultaneously. Data are temporarily stored in global variables thanks to Thread locks.

Contribute

Contributions are always welcome! Please create a PR.

📝 License

This project is licensed under MIT license.

About

This Python script lets you scrape soccer players and teams data from a public website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages