Skip to content

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.

License

Notifications You must be signed in to change notification settings

deonvz/webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages