An open API service indexing awesome lists of open source software.

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

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