Skip to content

marioccarloss/sofifa-scrapper-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sofifa-scrapper-python

This app is a alternative solution to missing api in sofifa.com to get teams and players information.

Requeriments

python3 --version
# Python 3.10.4 or more recent

Installation

# install pandas
pip3 install pandas

# install requests
pip3 install requests

# install BeautifulSoup
pip3 install beautifulsoup4

Run

# run the app
python3 scrapper.py

Run app

sofifa scrapper python

Result

Generate a csv file with some teams and players information and export to a json file

sofifa scrapper python result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages