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.
- Host: GitHub
- URL: https://github.com/deonvz/webscraper
- Owner: deonvz
- License: mit
- Created: 2022-10-17T14:04:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T08:47:32.000Z (over 3 years ago)
- Last Synced: 2025-01-21T20:48:44.761Z (about 1 year ago)
- Topics: chrome, python, script, selenium, selenium-webdriver, webscraper, webscraping, webscrapping, website
- Language: Python
- Homepage:
- Size: 7.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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