Files
balanceboard/requirements.txt
chelsea 47cca9d45e 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>
2025-10-11 17:20:52 -05:00

15 lines
253 B
Plaintext

flask==3.1.2
flask-login==0.6.3
flask-sqlalchemy==3.1.1
flask-bcrypt==1.0.1
werkzeug==3.1.3
python-dotenv==1.1.1
requests==2.32.3
jinja2==3.1.6
psycopg2-binary==2.9.10
sqlalchemy==2.0.36
authlib==1.3.2
APScheduler==3.10.4
praw==7.7.1
feedparser==6.0.12