Metadata-Version: 1.1
Name: AskQuora
Version: 0.2.4
Summary: Quora Q&A right from the command line
Home-page: https://www.github.com/Ritiek/AskQuora
Author: Ritiek Malhotra
Author-email: ritiekmalhotra123@gmail.com
License: MIT
Download-URL: https://github.com/Ritiek/AskQuora/archive/v0.2.4.tar.gz
Description: # AskQuora
        
        Quora Q&amp;A right from the command line!
        
        <img src="http://i.imgur.com/qbgEVJf.png">
        
        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 of
        
        optional arguments:
          -h, --help      show this help message and exit
          -n, --no-color  do not colorize or style text
        ```
        
        ## Contributing:
        
        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`
        
Keywords: quora,terminal,command-line,question,python
Platform: UNKNOWN
