How do I ...?
This project was started to help developers ask more questions.
Install using pypi -->
$ pip3 install askquestions
Or git -->
$ pip3 install git+https://github.com/ronnathaniel/how
Or from source -->
$ git clone https://github.com/ronnathaniel/how.git
$ cd how
$ pip3 install .
$ how QUERY*
Ask your terminal directly.
$ how do i exit vim
➜ ...
➜ ...
Optional Arguments
shorthand | longhand | type | default | description |
---|---|---|---|---|
-n | --num | int | 5 | Amount of links to return |
-g | - | False | If exists | |
-s | --sites | comma-sep list | stackoverflow.com | sites to check for using google.com |
And have fun.
$ how -n 10 -s youtube.com,stackoverflow.com,example.com exit vi
Results from youtube.com:
➜ ...
➜ ...
Results from stackoverflow.com:
➜ ...
➜ ...
Results from example.com:
None found.
If a discrepency is found ➜ contact the team at [email protected].
googlesearch-python
- "A Python library for scraping the Google search engine."
We want to build a community of question-askers.
After all, it is only when we ask questions that we can learn anything.
Contributions are more than welcome, maintainers are always invited, and if you can ask questions you're a VIP.
MIT License.
All rights reserved.
end.