Add news-feed project - RSS/Atom feed reader - Supports multiple feeds (HN, Lobsters, etc.) - Article caching and read tracking - Digest generation - Works out of the box

This commit is contained in:
2026-01-30 23:20:21 -06:00
parent b579251e90
commit 25c64a2b8e
5 changed files with 768 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# news-feed
RSS reader and news aggregator for staying informed
## Setup
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## Usage
```bash
python main.py
```