Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maty21/futbin-scrapper
https://github.com/maty21/futbin-scrapper
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maty21/futbin-scrapper
- Owner: maty21
- Created: 2022-08-15T07:56:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T05:53:39.000Z (over 2 years ago)
- Last Synced: 2024-11-08T00:37:30.776Z (2 months ago)
- Language: HTML
- Size: 9.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIFA FUT Players Data
## Disclaimer
https://www.futbin.com/tos## What is the purpose of this script?
- The purpose of this repository is to have a script that automatically pulls down all players data from Futbin.com website for all FIFA versions starting with FIFA 22.## How to use it?
- Just run the script: `FutBinDatabaseScrap.py` to get FutBin data.## Players data output format:
- After running the script the user will have the data saved in a CSV files.# Requirements:
- Python 3
- PIP### You will need to use PIP to install the following libraries:
- bs4
- cloudscraper
- pandas#### Note:
- Data that isn't available marked as N/A.
- Minor fix-up may be required for some data discrepancies.