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

https://github.com/deonvz/webscraper

This is a Python based Webscrapter. It uses Selenium, the a webdriver and of course Python. Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. This is normally done by targeting tags, links or text on a page.
https://github.com/deonvz/webscraper

chrome python script selenium selenium-webdriver webscraper webscraping webscrapping website

Last synced: 3 months ago
JSON representation

This is a Python based Webscrapter. It uses Selenium, the a webdriver and of course Python. Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. This is normally done by targeting tags, links or text on a page.

Awesome Lists containing this project

README

          

# webscraper
This is a Python based Webscrapter. It uses Selenium, a webdriver such as chrome and of course Python. Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. It can also send keystrokes. This is normally done by targeting tags, links or text on a page.

![Webscraping](screencapture.gif)

Install selenium:
pip install selenium

Download the webdriver:
Your choice and throw the exe into this script directory, Chrome 1.06 is included but otherwise Google chrome webdriver and download the correct version and place the exe in this folder.

Run the script:
python webscraper.py