Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 484 Bytes

File metadata and controls

16 lines (12 loc) · 484 Bytes
Screenshot 2025-09-25 012756 # python---web---scraper

Python Web Scraper (Simple)

This is a minimal web scraper using only Python standard library.

Files

  • scraper_simple.py → main script
  • scraper.db → SQLite database (auto-created)
  • export.csv → exported results
  • README.md → documentation

How to Run

python scraper_simple.py