Add RSS feed support to BalanceBoard
- Implement RSS/Atom feed parser using feedparser library - Add RSS platform configuration with sample feeds (HN RSS, Lobsters RSS, Reddit RSS) - Support both RSS 2.0 and Atom formats with automatic detection - Extract and normalize: title, author, link, content, tags, timestamps - HTML entity unescaping and tag stripping for clean content - Fallback handling for missing fields - Users can add any RSS feed URL as a collection source 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -11,3 +11,4 @@ sqlalchemy==2.0.36
|
||||
authlib==1.3.2
|
||||
APScheduler==3.10.4
|
||||
praw==7.7.1
|
||||
feedparser==6.0.12
|
||||
|
||||
Reference in New Issue
Block a user