https://github.com/ellisbrown/extractor
Simple class to extract webpage information loaded via js or php
https://github.com/ellisbrown/extractor
chromedriver data-mining selenium selenium-webdriver webscraping
Last synced: 2 months ago
JSON representation
Simple class to extract webpage information loaded via js or php
- Host: GitHub
- URL: https://github.com/ellisbrown/extractor
- Owner: ellisbrown
- Created: 2017-02-17T23:52:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T04:39:23.000Z (over 9 years ago)
- Last Synced: 2025-01-26T20:32:44.482Z (over 1 year ago)
- Topics: chromedriver, data-mining, selenium, selenium-webdriver, webscraping
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exctractor
A standalone class that uses Selenium and Chromedriver to extract webpage page information loaded via javascript or php. Can be used by **with** statements in order to kill the chromedriver instance on completion of the statement.