Skip to content

wasif-itu/web-scraping-beginner-projects

Repository files navigation

web scraping beginner projects

A collection of projects demonstrating skills in:

  • Web scraping
  • Data parsing
  • Automation
  • Data cleaning

📂 Folder Structure

  • project_1/ — First project with scripts & README
  • project_2/ — Second project with scripts & README
  • data/raw/ — Unprocessed scraped data
  • data/processed/ — Cleaned/structured datasets
  • utils/ — Helper scripts & shared functions
  • docs/ — Notes, diagrams, and references
  • tests/ — Unit tests for project scripts

🚀 Tech Stack

  • Python 3.10+
  • Requests
  • BeautifulSoup
  • Pandas

📦 Installation

pip install -r requirements.txt

▶️ Usage

python project_1/script.py

📌 Notes

  • Respect robots.txt and website terms.
  • For educational purposes only.

📜 License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages