A Python script to scrape football data from FBRef
Project description
FBRef Stats
A python script to scrape football data from FBRef
Check out the documentation:
About
FBRef Stats is a Python script which uses BeautifulSoup and requests to scrape data from FBRef. This is a small side project I work on in my free time. As an avid soccer fan and someone who finds sports stats interesting, I tried making a program analysing the performance of different players. However, I could not find many good free libraries which provided soccer data, so I resolved to build one myself.
Installation
To install this project, input the following into the command line:
pip install fbrefstats
From there, you can import the package into your program using:
from fbrefstats import LeagueScraper, GeneralScraper, StatStrings
Usage
As seen above, there are three classes within the fbrefstats script:
(The names of these classes may change in the future, they are currently placeholders)
LeagueScraper- Contains scraping methods relating to leagues. An object is needed to access these methods, with each object representing a specific league.
GeneralScraper- Contains scraping methods that are independant. They are static and do not tie into any specific league.
StatStrings- Class full of variables holding strings, which are used when calling the method
LeagueScraper.getLeagueLeaders()
- Class full of variables holding strings, which are used when calling the method
Check out the documentation for info on how to use the script.
Dependencies
As of now, the libraries used within this project are:
BeautifulSoup4requestspandasfake-http-reader| Link to the repo herelxmlhtml5lib
To-do
As of right now, this script is still in a very early development phase, and I am only working on it as a personal side project. I have a few things I am thinking of adding:
-
Update
README.md(Urgent) ☑ -
Add a documentation file ☑
-
Update the documentation file ☑
-
Static functions ☑
-
Randomized
requestsheaders to avoid detectability when scraping ☑ -
Different table formats (string or csv instead of pandas) ☑ (ALREADY EXISTS)
-
Upload FBRefStats to PyPI ☑
-
More scraping! ☐
There is so much data available on FBRef, so I would love to add more methods so that this data can be accessed through the script -
Add support for different league formats ☐
As of right now, there are very few leagues supported as I am yet to add functionality to leagues with different formats (promotion/relegation playoffs, MLS post-season, or Apertura/Clausura formats commonly found in Latin America) -
Narrow down
GeneralScraper.getPlayerLink()☐
Currently,GeneralScraper.getPlayerLink()takes one argument:inputted_player_name. The method returns a list of URLs depending on which players were found when searching withinputted_player_name. This can get annoying when there are many players with similar names, so adding a nationality argument, or any other similar optional arguments, would be useful for searching.
License
GNU GPL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fbrefstats-0.1.13.tar.gz.
File metadata
- Download URL: fbrefstats-0.1.13.tar.gz
- Upload date:
- Size: 147.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61bea85dc9516601e1e8e53975a4b6bcbb8797f62a5e4081117ef3d04f3511c6
|
|
| MD5 |
23a94e8107ed388766441afc256ddb3e
|
|
| BLAKE2b-256 |
c456cc116bc314c687d8f6eab52764470c7ce1ccdc29c5569be37ee435157a33
|
File details
Details for the file fbrefstats-0.1.13-py3-none-any.whl.
File metadata
- Download URL: fbrefstats-0.1.13-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
428902d8c8125681c05a71bb9e81af95c6b3d8cbd6281a1715dda7347003db9d
|
|
| MD5 |
1bf74e019787cb48a7fa97f53a07bcc9
|
|
| BLAKE2b-256 |
bd1d78e8d4a2a5cbbe812200b8523fab2353beadcbffa8ab910d039b001edf7e
|