Features
Multi-platform — simultaneous notification sending to Telegram and Discord in one click.
Smart Automation — automatic content type detection (Live / Upcoming / Video / Short) via YouTube Data API and RSS.
Flexible Templates — built-in template editor with no code editing required. Separate templates for Telegram and Discord (embed title + body) for each content type. Supports {title}, {url}, {twitch} variables.
Formatting — Discord embed with thumbnail, color, and role ping, as well as Telegram HTML formatting with link preview.
Convenience — bilingual interface (UA/EN). The app minimizes to the system tray and stays out of your way.
Requirements
Windows 10/11 x64, .NET 10 Desktop Runtime
Download
The latest releases are available on GitHub Releases.
Security and Transparency
The source code is completely open-source. All API keys (Telegram Bot Token, YouTube API Key, Discord Webhook) are entered via the first-run setup window and stored strictly locally in the appsettings.json file next to the executable. This data is never transmitted to third-party servers.
Credits
- Telegram.Bot — Telegram Bot API client
- Google.Apis.YouTube.v3 — YouTube Data API v3 handling
- Microsoft.Extensions.Configuration — application configuration management