Metadata-Version: 1.0
Name: hackerfeed
Version: 0.1
Summary: Read hackernews right from your terminal!
Home-page: https://github.com/pratyushprakash/HackerFeed
Author: Pratyush Prakash
Author-email: pratyushprakash@live.co.uk
License: MIT
Description: # HackerFeed
        
        Read HackerNews without leaving the terminal!
        
        HackerFeed is a terminal app to read the latest articles on HackerNews. 
        It also supports saving articles.
        
        ### Installation
        
        ```
        pip install hackerfeed
        ```
        
        ### Usage
        
        ```
        $ hfeed
        ```
        :)
        
        ### Commands
        
        1) top - list the top trending articles
        2) new - list the newest articles
        3) best - list the most popular articles
        4) saved - list your saved articles
        
        ### Options
        
        1) -n, --number - the number of articles to be oppened (default 5)
        2) -o, --open - the sequence number of the article to be openned
        3) -s, --save - save the articles listed by the command
        
        
        
Keywords: news hacker hackernews terminal
Platform: UNKNOWN
