Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhy-kumar/chews
- Owner: abhy-kumar
- License: mit
- Created: 2019-05-06T08:18:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T02:57:39.000Z (over 5 years ago)
- Last Synced: 2024-02-07T13:39:21.207Z (11 months ago)
- Topics: cli, feedparser, python, python3
- Language: Python
- Size: 2.06 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.txtpython 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.