Search for answers on StackOverflow from Alfred
https://github.com/techouse/alfred-stackoverflow.git
Search StackOverflow questions using Alfred.
Heavily inspired by deanishe/alfred-stackexchange. :seedling:
.alfredworkflow fileJust type so followed by your <query>.
so how to encode an http query in python
Either press βY to Quick Look the result, or press <enter> to open it in your web browser.
Prefix a word in your <query> with . (full stop) to indicate that it's a tag, e.g requests .python will
search for answers tagged python with the query requests.
The search uses the StackExchange Advanced Search API which has a hard limit of 10,000 queries per IP address per day.