tatianass / soccer_position

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soccer_position

Project to discover from which position a unknow player is, based in some characteristcs

R

Responsible for the analysis.

  • database.sqlite: download it here.

Python

Scrap data collected form html.

How the html data was collected?

Using the shell command:

cat ids.txt | xargs -i wget "https://sofifa.com/player/{}" --load-cookies=cookies.txt
  • ids.txt: ids from fifa's players.
  • cookies.txt: a file with cookie that was captured from sofifa website.

About

License:MIT License


Languages

Language:Java 99.5%Language:R 0.5%Language:Python 0.0%