Metadata-Version: 2.1
Name: redditor
Version: 0.2
Summary: use reddit like a doge
Home-page: https://github.com/daenylio/redditor
Author: Tuan Nguyen
Author-email: tuan.nguyenviet271@gmail.com
License: UNKNOWN
Description: # redditor 2.0
        
        command line interface for reddit
        
        ![demo](https://raw.githack.com/daenylio/redditor/master/demo.svg "demo")
        
        ## usage
        
        ```bash
        Syntax:
        redditor [OPTIONS] COMMAND [ARGS]...
        
        Options:
          --version  Show the version and exit.
          --help     Show this message and exit.
        
        Commands:
          feed       Much wow, such interesting.
          subreddit  Show the dogy list.
        ```
        
        ## installation
        
        pre-install
        
        ```bash
        pip install click
        pip install praw
        ```
        
        in the extracted folder, run:
        
        ```bash
        pip install --editable .
        ```
        
        ## to do
        
        next version should have:
        
        - [x] unlimited query
        - [x] command quit/q/double Enter to quit
        - [x] deploy to pip
        - [ ] release as .deb
        - [x] beautiful .svg
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
