This app is a alternative solution to missing api in sofifa.com to get teams and players information.
python3 --version
# Python 3.10.4 or more recent
# install pandas
pip3 install pandas
# install requests
pip3 install requests
# install BeautifulSoup
pip3 install beautifulsoup4
# run the app
python3 scrapper.py
Generate a csv file with some teams and players information and export to a json file