https://github.com/neclor/news-aggregator
Aggregates news from RSS feeds, websites, and Telegram channels. Includes a web UI, REST API, and Telegram bot. https://news.neclor.com
https://github.com/neclor/news-aggregator
fastapi news-aggregator python sqlite
Last synced: 23 days ago
JSON representation
Aggregates news from RSS feeds, websites, and Telegram channels. Includes a web UI, REST API, and Telegram bot. https://news.neclor.com
- Host: GitHub
- URL: https://github.com/neclor/news-aggregator
- Owner: neclor
- Created: 2026-04-19T14:51:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-01T22:09:46.000Z (24 days ago)
- Last Synced: 2026-06-02T00:12:26.168Z (23 days ago)
- Topics: fastapi, news-aggregator, python, sqlite
- Language: Python
- Homepage: https://neclor.github.io/news-aggregator/
- Size: 161 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Aggregator
[news.neclor.com](https://news.neclor.com) · [GitHub Pages](https://neclor.github.io/news-aggregator)
[Telegram bot](https://t.me/neclor_news_aggregator_bot)
## About
Collects news from RSS feeds, websites, and Telegram channels into a single feed. Includes a web UI, REST API, and Telegram bot for notifications.
## Setup
```bash
cp .env.example .env
# fill in TG_BOT_TOKEN and Telegram API credentials
docker compose up -d
```