Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 663 Bytes

README.rst

File metadata and controls

45 lines (29 loc) · 663 Bytes

Newsreader

Newsreader (nr) is a console news reader that displays news articles centered and limited to 80 characters in width.

Only text.npr.org is currently supported. Support for lite.cnn.com is planned for the future.

Usage

Enter
View the selected article
b
Return to article list
r
Refresh the list of articles (clear the cache)
q
Exit
j / k
Select one article up/down

Install

Installion is through pip:

pip install newsreader

Development

Newsreader is Written in Python and using the uwrid library. Patches and Pull Requests welcome!

License

Newsreader is licensed under Apache v2.0