An open API service indexing awesome lists of open source software.

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

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
```