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: 10 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.
- Host: GitHub
- URL: https://github.com/thedancercodes/selenium-webscraping-example
- Owner: TheDancerCodes
- Created: 2017-09-04T13:57:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T05:32:44.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T22:02:39.329Z (about 1 year ago)
- Topics: chrome-webdriver, python, selenium, selenium-webdriver, webscraping
- Language: Python
- Size: 1000 Bytes
- Stars: 71
- Watchers: 9
- Forks: 53
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/)