
Public
Likefeedbin-email-digest
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
TEST
Emails digest of Feedbin articles matching specified tags. Articles are fetched using the Feedbin API and emails are sent via SMTP using Nodemailer.
Created so I could check select RSS feeds at work without needing to log in to Feedbin.
Configure via the following ENV Vars:
- destination_email - Email address to send digest to
- timezone - timezone for displaying dates in email
- feedbin_user - Feedbin username
- feedbin_password - Feedbin password
- feedbin_tags - Comma-separated list of tags to include in digest
- nodemailer_service - Email service to use (see https://nodemailer.com/smtp/well-known-services)
- email_user - sender email address
- email_password - sender email password
- entry_actions_url - URL for entry actions (mark read/unread)
- entry_actions_secret - Secret required to authorize entry actions. Can generate using
openssl rand -hex 16.
🤖 Built w/ substantial help from GitHub Copilot