prashantghimire / sofifa-web-scraper

It has over 18k detailed players info and stats from EA FC 24 scrapped from SoFIFA.com.
31 stars 4 forks source link

Add PlayerShortName #3

Closed FabianZettl closed 1 year ago

FabianZettl commented 1 year ago

Hey, is it possible to add a collumn with "playerShortname" for example: L. Messi J. Kimmich

This can be foudn on the very top of every sofifa player profile: https://sofifa.com/player/243989/giovanni-zarfino/230025/

prashantghimire commented 1 year ago

Good idea, I will add that in the next release.

FabianZettl commented 1 year ago

Awesome, lvoe what you did there. I use it as database for my efootball/PES Project

ThaLeti commented 1 year ago

Olá poderia me auxiliar como rodar esse script para conseguir pegar os dados atualizados ?

prashantghimire commented 1 year ago

@FabianZettl Short name is added now, you can check it out here: https://github.com/prashantghimire/sofifa-web-scraper/blob/main/output/player_data_test.csv To get the full file, you have to run npm run download-all locally. image

prashantghimire commented 1 year ago

@ThaLeti , please follow the instructions in README file and proceed.