Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thedancercodes/selenium-webscraping-example
- Owner: TheDancerCodes
- Created: 2017-09-04T13:57:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T05:32:44.000Z (over 1 year ago)
- Last Synced: 2024-09-28T14:41:24.061Z (4 months ago)
- Topics: chrome-webdriver, python, selenium, selenium-webdriver, webscraping
- Language: Python
- Size: 1000 Bytes
- Stars: 69
- Watchers: 10
- Forks: 52
- 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/)