pratyushprakash / HackerFeed

Read Hacker News right from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Read Hacker News right from your terminal

License:MIT License


Languages

Language:Python 100.0%