Skip to content

Moztoo/zynk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zynk

Zynk is a lightweight terminal-based RSS reader built in Python. It fetches and displays news from RSS feeds directly in your terminal, providing a fast and distraction-free reading experience.

imagen

⚠️ Work in Progress: This project is still under active development. Features and structure may change.

Features

  • Fetches and displays RSS feeds in the terminal.
  • Simple JSON-based configuration (feeds.json).
  • Fully written in Python — easy to extend or customize.

Requirements

  • Python 3.7+

Installation

git clone https://github.com/Moztoo/zynk.git
cd zynk

(Optional) Set up a virtual environment:

python -m venv env
source env/bin/activate  # On Windows: env\Scripts\activate

Install dependencies:

pip install -r requirements.txt

Usage

  1. Edit feeds.json to include the RSS URLs you want to follow:
{
  "feeds": [
    "https://example.com/rss",
    "https://another.com/rss"
  ]
}
  1. Run the script:
python zynk.py

Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a new branch for your changes
  3. Submit a pull request

License

MIT License — see LICENSE file for details.

About

Python RSS news feed for terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages