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:
17
projects/news-feed/README.md
Normal file
17
projects/news-feed/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user