
BBYEN
Replacement for YouTube upload email notifications
19 stars 2 forks last commit first released MIT
Likely dormant
No commits since 3 Jan 2025. Expect to maintain it yourself or pick an alternative.
BBYEN is a small TypeScript/Node.js service that restores email notifications for new YouTube uploads by scanning your subscriptions and sending messages via SMTP. It pulls the list of subscriptions via Google OAuth and checks channel RSS feeds to detect new videos.
Key Features
- Automatically retrieves your YouTube subscriptions using OAuth credentials and the YouTube Data API
- Polls channel RSS feeds to detect recent uploads and avoids duplicate sends via a local sent-video database
- Sends notification emails through a configured SMTP account with configurable sender and destination
- Configurable timers for subscription refresh and video-check intervals
- Supports channel whitelist and blacklist in configuration to control which channels trigger emails
- Deployable as a Node.js app or via Docker / docker-compose
Use Cases
- Receive email alerts for new videos from subscribed YouTube channels when native email notifications are unavailable
- Aggregate new uploads into a single email destination for saving, filtering, or automated processing
- Run as a lightweight personal notifier on a home server or VPS to replace mobile push notifications
Limitations and Considerations
- Requires Google OAuth client credentials and enabling the YouTube Data API; the app may present an unverified app warning during authentication
- Cannot query a channel's bell/notification preference; whitelist/blacklist is manual and based on channel IDs
- Near-real-time delivery depends on configured polling intervals; not event-driven
- Relies on a local database/file for tracking sent videos; setup for very large subscription lists may need attention
- Requires a working SMTP account (may need app-specific passwords or SMTP settings for some providers)
BBYEN is a focused, minimal replacement for discontinued YouTube email notifications that emphasizes simplicity and user control. It is suitable for users who prefer email-based alerts and are comfortable configuring OAuth and SMTP details.
Categories:
Tags:
Tech Stack:
Similar to BBYEN

LetterFeed
Convert email newsletters into RSS feeds via IMAP
Self-hosted app that scans an IMAP mailbox and exposes each configured sender's newsletters as RSS feeds. Deployable via Docker Compose with a web UI.
Kill the Newsletter!
Convert email newsletters into Atom feeds
Kill the Newsletter! turns email newsletters into private Atom feeds by providing a unique email address per feed for subscribing without cluttering your inbox.
OpenTrashmail
Self-hosted disposable email inbox with web UI, API, RSS, webhooks
OpenTrashmail is a standalone disposable email (“trashmail”) service with its own SMTP server, offering a web UI plus JSON API, RSS feeds, and webhooks for received mail.

Feedpushr
Lightweight RSS/Atom feed aggregator daemon with push outputs
Feedpushr is a Go-based feed aggregator with an embedded database, REST API, web UI, OPML import/export, pluggable filters and outputs, and push delivery options.

Feeds Fun
Self-hosted RSS/news reader with AI-powered tagging and scoring
News and RSS reader that auto-assigns tags (including via LLMs), lets you define scoring rules, and filter/sort feeds; supports single- and multi-user deployments.
Geoposler
Dockerized email campaign manager with SMTP and MySQL
Dockerized email campaign manager for creating templates, managing contacts, and sending HTML emails via configurable SMTP; built with TypeScript, Node.js, React, and MySQL.




