Get xkcd Cartoons at 2x Resolution
Discover an undocumented trick to get xkcd comics at double resolution using a simple URL modification and a Python script to check availability.
Discover an undocumented trick to get xkcd comics at double resolution using a simple URL modification and a Python script to check availability.
A security researcher discovers goHardDrive exposed thousands of customer records via an insecure RMA status check form with no authentication.
How to automatically check internal links on a static site using Scrapy and GitHub Actions for continuous integration.
A programmer's guide to automating a badminton court booking system using Selenium and Python to secure time slots.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
A guide on how to automate posting Instagram Stories using Python and an unofficial API library, including code examples.
A developer details a tricky middleware bug in a Clojure web scraping framework that caused character encoding issues due to header casing.
A personal request for help finding a short-term sublet in NYC after a last-minute cancellation.
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.
A tutorial on web scraping basics using Python's lxml library and XPaths, demonstrated by extracting data from Steam.
A programmer shares a script to automate exporting Storify content before it shuts down, saving time over the manual process.
A technical guide on reverse engineering the Facebook API to download private videos using Python and browser analysis.
A technical guide on reverse engineering Facebook to create a tool for downloading public videos by analyzing network requests.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.
A technical guide on using Puppeteer to scrape and save a complete copy of a website, including all assets, for performance audits.