Skip to content

Scrapes FIFA20 Player Ratings from sofifa.com

License

Notifications You must be signed in to change notification settings

lonely-v3n1x/sofifa-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sofifa Scraper

Scrapes FIFA20 Player Ratings from sofifa.com

Installing Scrapy

Requires Python 3 and Scrapy 1.7

For Mac and Linux

$ pip install Scrapy

For Windows user, in anaconda prompt

$ conda install -c conda-forge scrapy

Project and Spider

$ scrapy startproject fifa20    # creates project
$ cd fifa20
$ scrapy genspider sofifa sofifa.com    # creates spider

Executing

$ scrapy crawl sofifa - fifa20_data.csv
$ scrapy crawl sofifa - fifa20_data.json

About

Scrapes FIFA20 Player Ratings from sofifa.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%