Python Web Scraper with Error Handling
Generate a production-ready Python web scraper using BeautifulSoup or Scrapy with retry logic, rate limiting, proxy rotation, and structured data output.
More in Python & Automation Prompts
Python: Build a Type-Safe CLI Tool with Click
Scaffold a production-ready Python CLI with Click, type hints, and tests.
Python: Scrape a Website with Rate Limits and Retries
Polite web scraper with rate limiting, retries, and structured output.
Python: Automate Daily Report Email with Pandas
Daily data report emailer built with Pandas and SMTP.
Python: Refactor a Script into a Reusable Package
Convert a monolithic script into a clean, testable Python package.