bytes.dev newsletter notifier

hld architecture diagram for notifier

Tech Stack

How it works

At the lowest level it is powered by 3 main scripts, which are invoked by a scheduled cron job that runs daily

  • scraper Goes to bytes.dev and scrapes latest published newsletter
  • inserter Insert it to SQLite if this newsletter already not exists
  • notifier Uses Pushover API to send ios mobile notifications

Pushover notifications

image