Giter Club home page Giter Club logo

webscraping_python_selenium's Introduction

Web Scraping JavaScript Generated Pages with Python

This project was created just for educational proposes.

The code shows how to do web scraping dynamic content pages generated from Javascript using Python and Selenium.

We use as data the NBA site to extract stats information from players and generate a json file with some top 10 rankings.
Important: Educational Purposes Only

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • Python 3.x
  • Geckodriver
  • Firefox (you can use another browser)
  • Some Python libraries following

Installing

A step by step series of examples that tell you how to get a development env running

Install the following Python libraries:

  • requests2 - Requests is the only Non-GMO HTTP library for Python, safe for human consumption;
  • pandas - A great Python Data Analysis Library;
  • lxml - Library for processing XML and HTML;
  • beautfulsoup4 - Library for pulling data out of HTML and XML files;
  • selenium - An API to write functional/acceptance tests using Selenium WebDriver.

With:

pip install -r requirements.txt

Geckodriver

You can find install instructions in the official repository.

Running the code

python webscraping.py

Contributing

Feel free to submitting pull requests to us.

Authors

  • Gabriel Froes - Initial work - Twitter
  • Vanessa Weber - Initial work - Twitter

License

This project is licensed under the GNU General Public License.

Acknowledgments

  • First steps in Python language
  • Create simple and useful things
  • Build content for Código Fonte TV, our Youtube Channel.

webscraping_python_selenium's People

Contributors

matheusfelipeog avatar gabrielfroes avatar dependabot[bot] 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.