Welcome to reus’s documentation!
reus is a Python library for getting soccer data and information from fbref, fotmob, and transfermarkt. You can view the code on Github.
To install Reus:
pip install reus
Please scrape responsibly. Do not make calls faster than 1 per 3 seconds. If you are iterating over multiple pages, please use a sleep time of at least 3 seconds.
time.sleep(4)
It is a minor inconvenience to you but lets us all keep accessing the data.
Contents:
Note
This project is under active development.