Building a YouTube-Twitter Bot, Part 1: A List of Subscriptions
A technical guide on building a bot that tweets new YouTube videos, starting with fetching subscription data via the YouTube API.
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.
A tutorial on using Puppeteer to crawl website articles, extract content, and convert it into Markdown files for a static site migration.
Finishing a third-party integration by adding email notifications for web scraping changes and planning an admin dashboard.
Building SaaS app: Adding a Celery background task for web scraping a third-party service using Python, Django, and Beautiful Soup.
A developer adds a third-party integration (Prompt) to a SaaS project using Python and Django, involving model, view, and template changes.
A developer creates a report email from web-scraped data for a SaaS application using Python and Django.
A developer documents building a SaaS product using Python and Django, starting with a live stream experiment.
Author announces 'Practical Python Projects' book, designed to teach intermediate Python through 15+ real-world, portfolio-ready projects.