Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedancercodes/selenium-webscraping-example

In this tutorial we will build a web scraping program that will scrape a Github user profile and get the Repository names and the Languages for the pinned repositories.
https://github.com/thedancercodes/selenium-webscraping-example

chrome-webdriver python selenium selenium-webdriver webscraping

Last synced: 4 months ago
JSON representation

In this tutorial we will build a web scraping program that will scrape a Github user profile and get the Repository names and the Languages for the pinned repositories.

Awesome Lists containing this project

README

        

# Selenium-Webscraping-Example

### Description
In this tutorial we will build a web scraping program that will scrape a Github user profile and get the Repository names and the Languages for the pinned repositories.

### Resources
We will leverage these Resources
* [Selenium](https://pypi.python.org/pypi/selenium)
* [ChromeDriver - WebDriver for Chrome](https://sites.google.com/a/chromium.org/chromedriver/downloads)
* [Selenium-Python ReadTheDocs](http://selenium-python.readthedocs.io/)