chews is a simple CLI application for reading news through terminal.
-
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 python3 chews.py
-
Change the value of
site
variable in themain
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.