Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 396 Bytes

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).