blob42 / howto

quick code answers from stackoverflow
MIT License
6 stars 1 forks source link

no longer maintained, I recommend socli_ instead.

.. _socli: https://github.com/gautamkrishnar/socli

===================================== HowTo - StackOverflow Code Search Tool

Quick code answers from StackOverflow API.

Just ask a question with an optional tag parameter to get quick code answers.

Inspired by howdoi_

.. _howdoi: https://github.com/gleitz/howdoi

Installation

Using pypi repository::

$> pip install howto

Forking this repo::

$> python setup.py install

Usage

::

$> howto 'filter dicts' -t python

TODO