Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
/ chews Public archive
forked from abhy-kumar/chews

chews is a cli application for reading news through terminal

License

Notifications You must be signed in to change notification settings

LordKa0S/chews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    
    python3 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.

About

chews is a cli application for reading news through terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%