Giter Club home page Giter Club logo

webscraping_brasileirao_scores's Introduction

Webscraping Brasileirão Scores stored into MySQL Database

Webscraping

This is a webscraping script of the UOL website to obtain Brasileirão scores and load them into a MySQL database.

This script uses Python libraries like Selenium, BS4, Pandas, Numpy, JSON, Datetime and MySQL Connector.

It sends a request to UOL website, which has a Brasileirão scores table on the page. It gets website HTML content and scraps the data of the teams from the table, appending all of them into some lists.

Using the Pandas Lib, it´s created a dataframe and the lists are converted into a dictionary.

At last, the dictionary is converted into a JSON file and saved in the directory.

Storing into MySQL

In another script file, using the MySQL Connector lib, it´s created a connection and the cursor.

After, it´s created automatically a database named of "brasileirao", a table with the same name of the JSON file and its columns.

At last, the JSON file is opened and all of its dataset is inserted into the database table.

*Unfortunately, the application has been broken by updating some library. I'm still going to fix this.

webscraping_brasileirao_scores's People

Contributors

welderessutti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.