Build a Serverless Gaming Console Stock Checker with Playwright, Azure Functions and Twilio
A tutorial on building an automated stock checker for gaming consoles using Playwright, Azure Functions, and Twilio for notifications.
A tutorial on building an automated stock checker for gaming consoles using Playwright, Azure Functions, and Twilio for notifications.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
Learn how to monitor webpage changes using Home Assistant, checking ETag headers or content hashes to trigger automations.
Part 3 of a tutorial series on building a bot that checks for new YouTube videos and automatically tweets the links using Python and Twitter's API.
A PowerShell script to check the version and security status of WordPress sites by parsing HTML and RSS feeds.
A guide on extracting and parsing JSON data from websites and public APIs using R, focusing on converting nested JSON into tidy dataframes.
A technical guide on building a YouTube-to-Twitter bot, focusing on moving channel data into a database and extracting recent video uploads.
A technical guide on building a bot that tweets new YouTube videos, starting with fetching subscription data via the YouTube API.
A guide on how to automate posting Instagram Stories using Python and an unofficial API library, including code examples.
Answers common questions about data science in business, covering requirements, model interpretability, web scraping, and team roles.
A JavaScript snippet to download multiple images from a web page with a timeout to manage browser limitations.
A developer details a tricky middleware bug in a Clojure web scraping framework that caused character encoding issues due to header casing.
A developer automates checking for Patagonia Worn Wear duffel bag availability using a bash script, cron, and email-to-SMS notifications.
A developer creates a bookmarklet to bypass Instagram's login prompt and re-enable scrolling on the web version.
A technical guide on how to programmatically extract detailed metadata for any iOS app from the Apple App Store using its public API.
A developer walks through the process of building a random page generator for MDN Web Docs, from initial idea to deployment.
A personal request for help finding a short-term sublet in NYC after a last-minute cancellation.
A guide to building a polite web crawler that respects robots.txt, manages crawl frequency, and avoids overloading servers, with an example in .NET.
A tutorial on building a Python bot to crawl a website and identify dead links and images using the standard library.
Introducing fluentXPath, a Java library for building XPath expressions with a fluent API to avoid string concatenation in Selenium tests.