A collection of projects demonstrating skills in:
- Web scraping
- Data parsing
- Automation
- Data cleaning
project_1/— First project with scripts & READMEproject_2/— Second project with scripts & READMEdata/raw/— Unprocessed scraped datadata/processed/— Cleaned/structured datasetsutils/— Helper scripts & shared functionsdocs/— Notes, diagrams, and referencestests/— Unit tests for project scripts
- Python 3.10+
- Requests
- BeautifulSoup
- Pandas
pip install -r requirements.txtpython project_1/script.py- Respect
robots.txtand website terms. - For educational purposes only.
MIT License