https://github.com/ba11b0y/stackscrap
Uses pure python and selenium package to fetch the top trending question and answer
https://github.com/ba11b0y/stackscrap
python-3-5 selenium-python-bindings
Last synced: 17 days ago
JSON representation
Uses pure python and selenium package to fetch the top trending question and answer
- Host: GitHub
- URL: https://github.com/ba11b0y/stackscrap
- Owner: ba11b0y
- Created: 2017-04-09T12:38:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T13:18:11.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T07:42:31.050Z (12 months ago)
- Topics: python-3-5, selenium-python-bindings
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stackscrap
Uses selenium package for python to fetch the top trending question and answer from stack overflow
The script is written in pure python and uses the selenium packaage for python used generally for web scraping and similar purposes.
Drawbacks:
The script is not working with a headless instance(ex-PhantomJS,But it is working with a instances of browsers like Chrome and Firefox).