In this video, learn how to set up an AI notification system by writing a simple script that scrapes Hacker News using Puppeteer, filters relevant news about AI and software development, and sends notifications via Twilio. The tutorial walks you through the entire process, including the setup and configuration of OpenAI, Grok, Olama, and Twilio APIs. You’ll also learn how to use TypeScript and bun to run the application locally. By the end, you’ll have a template to build your own customized alert system.
https://github.com/developersdigest/puppeteer-groq-ollama-twilio
00:00 Introduction to AI Notification Sys tem
00:03 Setting Up the Application
00:35 Configuring Notifications
00:58 Coding the Applicatio
04:38 Scraping with Puppeteer
06:16 Processing and Sending Notifications
07:40 Final Steps and Conclusion