All Projects → kafagy → Fifa Fut Data

kafagy / Fifa Fut Data

Licence: mit
Web-scraping script that writes the data of all players from FutHead and FutBin to a CSV file or a DB

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fifa Fut Data

Etl with python
ETL with Python - Taught at DWH course 2017 (TAU)
Stars: ✭ 68 (+23.64%)
Mutual labels:  csv, database, mysql
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (+85.45%)
Mutual labels:  csv, database, mysql
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+6725.45%)
Mutual labels:  csv, database, mysql
Deep learning projects
Stars: ✭ 28 (-49.09%)
Mutual labels:  dataset, database
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (-5.45%)
Mutual labels:  database, mysql
Db Mysql
Stars: ✭ 22 (-60%)
Mutual labels:  database, mysql
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-67.27%)
Mutual labels:  database, mysql
Wikisql
A large annotated semantic parsing corpus for developing natural language interfaces.
Stars: ✭ 965 (+1654.55%)
Mutual labels:  dataset, database
Mirth Connect Docker
Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)
Stars: ✭ 29 (-47.27%)
Mutual labels:  database, mysql
Pyetl
python ETL framework
Stars: ✭ 33 (-40%)
Mutual labels:  csv, mysql
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+1689.09%)
Mutual labels:  database, mysql
Mariadb Container
MariaDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 19 (-65.45%)
Mutual labels:  database, mysql
Pecee Pixie
Lightweight, easy-to-use querybuilder for PHP inspired by Laravel Eloquent - but with less overhead.
Stars: ✭ 19 (-65.45%)
Mutual labels:  database, mysql
Database And Queries
Stars: ✭ 8 (-85.45%)
Mutual labels:  database, mysql
Reiner
萊納 - A MySQL wrapper which might be better than the ORMs and written in Golang
Stars: ✭ 19 (-65.45%)
Mutual labels:  database, mysql
Fullstack Graphql
🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.
Stars: ✭ 955 (+1636.36%)
Mutual labels:  database, mysql
Fieldtop
Finds near-overflow columns in MySQL databases
Stars: ✭ 36 (-34.55%)
Mutual labels:  database, mysql
Racingworld
💥 A multiplayer online 3D game about racing 💥
Stars: ✭ 50 (-9.09%)
Mutual labels:  database, mysql
East
node.js database migration tool
Stars: ✭ 53 (-3.64%)
Mutual labels:  database, mysql
Goloquent
This repo no longer under maintenance, please go to https://github.com/si3nloong/sqlike
Stars: ✭ 16 (-70.91%)
Mutual labels:  database, mysql

HitCount

FIFA FUT Players Data

What is the purpose of this script?

  • The purpose of this repository is to have a script that automatically pulls down all players data from Futhead's website for all FIFA versions starting with FIFA 10. And to pull detialed data from Futbin.com

How to use it?

  • Just run the fifa.py script: python3 futbin.py to get Futbin data. python3 futhead.py to get FutHead data.

Players data ouput format:

  • After running the script the user will have the data saved in a MySQL database and CSV files.

Requirements:

  • Python 3
  • MySQL
  • PIP

You will need to use PIP to install the following libraries:

  • pymysql
  • bs4
  • requests
  • pandas

Note:

  • You will need to sucessfully run the futhead.sql script before running the futhead.py parser.
  • Input database's host, database name, user and password in the futhead.py connection line.
  • Make sure you create tables using the DDL in futhead.sql to be able to correctly encode latin literals when writing to the Database.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].