Changes:
- Remove DRY_RUN environment variable and --dry-run CLI flag
- Always send emails directly without preview mode
- Update sender email to x-news@ksalk.pl
- Remove dry run config from types, env schema, and email service
Email now successfully sends to konrad.salkowski@gmail.com from x-news@ksalk.pl
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Set BREVO_SMTP_USER to the correct login email (9faa1f001@smtp-brevo.com). Keep BREVO_SMTP_KEY as placeholder in .env.example; real credentials are stored only in .env (gitignored).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
A Node.js/TypeScript worker that sends daily AI-generated summaries
of tech news from X/Twitter via Nitter RSS feeds.
Features:
- Fetches tweets from 40+ curated tech accounts via Nitter RSS
- Filters and categorizes by topic (AI/ML, SWE, General Tech)
- Generates AI summaries using OpenRouter (Claude/GPT-4)
- Sends professional HTML email via Brevo SMTP
- Runs on cron schedule inside Docker container
- Instance rotation for Nitter reliability
- Graceful degradation if AI fails
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>