--- title: "Scrape the top 3 articles from Hacker News and email yourself a summary every weekday" sidebarTitle: "Browserbase & Puppeteer" description: "This example demonstrates how to scrape the top 3 articles from Hacker News using BrowserBase and Puppeteer, summarize them with ChatGPT and send a nicely formatted email summary to yourself every weekday using Resend." --- import LocalDevelopment from "/snippets/local-development-extensions.mdx"; import ScrapingWarning from "/snippets/web-scraping-warning.mdx";