AI News Briefing for Glance
A Glance dashboard extension that brings AI-curated news to your homepage. It reads your RSS feeds, asks an LLM to pick the most important stories, and renders a clean, styled widget.
Features:
- Reads headlines from any RSS feeds configured in your Glance dashboard
- Uses DeepSeek (or any OpenAI-compatible LLM) to curate and summarize the most significant stories
- Auto-refreshes on a configurable interval — always see fresh stories
- Fully configurable via Glance’s
parametersblock (model, story count, refresh interval, etc.) - Ships as a pip-installable Python package with a built-in CLI
- Docker-ready with a one-command
docker compose up
Built with: Python, DeepSeek API, RSS, Docker.
View on GitHub