Browse Stack Overflow from your terminal. Look cool.
The stackoverflow
(or so
) command prints search results for questions on stack overflow. Just type in your search terms, and see the flags for more options. Type the question number you want to inspect, and press Enter to keep browsing.
$ pip install beautifulsoup4 requests tox
Or to install all dependencies, use:
$ pip install -r requirements.txt
Using Python 3.x, this command creates the stackoverflow package,
making stackoverflow
and so
executable.
$ python setup.py develop
The tox command executes the test suite.
$ tox
$ stackoverflow <your search>
OR shorthand:
$ so <your search>
-h, --help
help
-l, --limit
limit number of search results
-s, --sort
sort by relevance, newest, votes, or active