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.
⚠️ Work in Progress: This project is still under active development. Features and structure may change.
- Fetches and displays RSS feeds in the terminal.
- Simple JSON-based configuration (
feeds.json). - Fully written in Python — easy to extend or customize.
- Python 3.7+
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\activateInstall dependencies:
pip install -r requirements.txt- Edit
feeds.jsonto include the RSS URLs you want to follow:
{
"feeds": [
"https://example.com/rss",
"https://another.com/rss"
]
}- Run the script:
python zynk.pyContributions are welcome!
- Fork the repository
- Create a new branch for your changes
- Submit a pull request
MIT License — see LICENSE file for details.
