The goal of this repository is to have a script that automatically retrieves and exports useful player data, by FUT popularity rankings from the FutBin website.
This repository is only for study and research purposes: https://www.futbin.com/tos
Simply run the Notebook FutBinPlayersPopularityData.ipynb to obtain the desired information.
The user will have the data saved in a CSV file after running the script, and it will include the TOP 450 players who are currently being watched, traded, and used!
To run this script, we would need:
- Python 3
- PIP
With PIP, the following libraries would need to be installed:
- bs4
- pandas
- cloudscraper