Metadata-Version: 1.0
Name: clnews
Version: 0.4.0
Summary: Advanced news feed reader
Home-page: https://github.com/antavelos/clnews
Author: Alexandros Ntavelos
Author-email: a.ntavelos@gmail.com
License: LICENSE.txt
Description: Command Line News
        =================
        	A command line rss news feed reader.
        
        
        Version
        =======
        	``0.4.0``
        
        
        Installation
        ============
                ``pip install clnews``
        
        
        Configuration
        =============
        All you need to do is to add your RSS urls into the ``config.py`` under the ``CHANNELS`` dictionary as following::
        
        	"nbc": {
        	    "name": "NBC",
        	    "url": "http://feeds.nbcnews.com/feeds/topstories"
        	}
        
        
        
        Usage
        =====
            ``clnews``
        
        
        Options
        =======
        When the scripts starts running a command prompt will appear: 
            ``news>``
        
        The available commands that you can use are the following:
        
        * ``news> .help`` 
        	displays the help message and exit
        
        * ``news> .list`` 
        	lists all the available channels
        
        * ``news> .get`` 
        	retrieves the news of a given channel, e.g.: .get cnn
        
        License
        =======
        	MIT
        
Platform: UNKNOWN
