Metadata-Version: 1.1
Name: redterm
Version: 0.1.16
Summary: A terminal based reddit viewer.
Home-page: https://github.com/owlowlgo/redterm
Author: owlowlgo
Author-email: no@email.com
License: MIT
Description: # redterm
        A console based Reddit reader with plans to implement features to enhance the reddit experience while browsing reddit signed out.
        
        One main feature currently being worked on, are functions to enable bookmarking of subreddits and saving of submissions and comments, *locally*.
        This will be accompanied by a psuedo front page generated based on local bookmarks(Probably by utilizing the multi reddit feature). 
        
        The benefit of this is that your privacy will be intact in the case there is an Ashley Madison type incident on reddit.
        
        If you think you would value these features, please stick around while development continues.  
        
        ## Current Features
        * Viewing of specified subreddit.
        * Viewing of submission, and comments.
        * Full support for mixed narrow/wide text(CJK).
        
        ## Features planned
        * Support for loading 'More comments' when specified.
        * Support for saving submissions and comments *locally*.
        * Support for bookmarking favorite subreddits and having your personal frontpage, login not required.
        
        ## Features *not* planned 
        * Account log in.
        * Any features requiring an account such as posting comments.
        
        (May consider implementing above if there is enough interest from users.) 
        
        ## Installation
        
        Install from pip.
        
        ```
        pip install redterm
        ```
        
        Clone from GitHub.
        
        ```
        $ git clone https://github.com/owlowlgo/redterm.git
        $ cd redterm
        $ sudo python setup.py install
        ```
        
        ## Usage
        
        ```
        $ redterm -s subreddit
        ```
        
        ## Controls
        * Up/Down: Move cursor
        * Enter: Choose Submission/Comment
        * Esc: Quit
        
        ## License
        MIT
        
        ## Thanks
        This project would not have been possible without the following projects.
        
        * Blessed
        https://github.com/jquast/blessed
        
        * PRAW
        https://github.com/praw-dev/praw
        
Keywords: reddit terminal praw curses
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console :: Curses
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Terminals
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
