https://github.com/ritiek/askquora
Quora Q&A right from the command-line
https://github.com/ritiek/askquora
ask-quora command-line python question quora terminal
Last synced: 7 months ago
JSON representation
Quora Q&A right from the command-line
- Host: GitHub
- URL: https://github.com/ritiek/askquora
- Owner: ritiek
- License: mit
- Created: 2017-03-23T07:12:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T17:18:45.000Z (about 8 years ago)
- Last Synced: 2025-03-18T21:50:59.661Z (7 months ago)
- Topics: ask-quora, command-line, python, question, quora, terminal
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
AskQuora
========|pypi.python.org| |build Status|
Quora Q&A right from the command line!
Inspired by https://github.com/gleitz/howdoi
Installation & Usage:
---------------------::
sudo pip install -U askquora
or if you like to live on the bleeding edge:
::
sudo python setup.py install
Run it using ``askquora``
::
usage: askquora [-h] [-n] [QUERY [QUERY ...]]
Quora Q&A right from the command-line
positional arguments:
QUERY the question to find the answer ofoptional arguments:
-h, --help show this help message and exit
-n, --no-color do not colorize or style textContributing:
-------------Any PR's in bug fixes, features or even this documentation are most
welcome!Disclaimer:
-----------This is not an official Quora product.
License:
--------``The MIT License``
.. |pypi.python.org| image:: https://img.shields.io/pypi/v/AskQuora.svg
:target: https://pypi.org/project/AskQuora/
.. |build Status| image:: https://travis-ci.org/ritiek/AskQuora.svg?branch=master
:target: https://travis-ci.org/ritiek/AskQuora/