Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhy-kumar/chews

chews is a cli application for reading news through terminal
https://github.com/abhy-kumar/chews

cli feedparser python python3

Last synced: 7 days ago
JSON representation

chews is a cli application for reading news through terminal

Awesome Lists containing this project

README

        

# chews
**chews** is a simple CLI application for reading news through terminal.

## Usage
* Go to the directory where you have downloaded **chews** and run the following commands in your terminal:

#(Optional: Activate your virtualenv / venv)
pip3 install -U -r requirements.txt

python chews.py

## Modification
* Change the value of `site` variable in the `main` function to change the preferred news source.

```site = "yourpreferred.rss/source/here"```

* You can also modify the colors of the text throughout the application. A sample color code index has been provided inside the application.