Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 645 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 645 Bytes

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

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