Hey everyone! I want to share an open-source bot I recently built called JuegoJuego. It automatically fetches limited-time 100% discount deals for PC (via GamerPower API) and Android (scraping Google Play), and pushes the alerts using sendMessage and sendPhoto. I wanted to challenge myself to build this without a traditional server or database, keeping it 100% free to host. Here is the stack: Compute: Netlify Functions (Cron jobs trigger the scraping services). Storage: Netlify Blobs to store the IDs of already published games (to avoid spamming). Memory Management: I implemented a custom Garbage Collector that cross-references the active API deals with the Netlify Blobs memory, deleting expired IDs to keep the storage lightweight. 👨💻 Source Code (The link to join the live bot channel is inside the Readme!): > [ https://github.com/yordisc/JuegoJuego ] The repository is fully public. Feel free to use the code as a template if you are looking to build a serverless bot using Netlify! Feedback is always appreciated.   submitted by   /u/yordiscujar [link]   [comments]