Skip to content

faisal95iqbal/web_scraping_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Automation Examples

This repository contains 3 real-world Python automations demonstrated in my YouTube video:

βœ” Web Scraping (Products + Prices)
βœ” Web Automation (Auto File Download)
βœ” Data Cleaning & Combining CSV Files

These scripts are beginner-friendly, fully commented, and ready to run.

πŸš€ 1. Web Scraping β€” Product Titles & Prices

Scrapes products from a demo website and saves them to products.csv.

python scrape_products.py

πŸš€ 2. Web Automation β€” Auto-Download File

Uses Selenium to automatically open a website and download a file into /downloads

python auto_download.py

πŸš€ 3. Data Cleaning β€” Combine & Clean CSVs

Loads all CSVs from /csv_files, combines them, cleans column names, removes duplicates, and exports

python clean_combine_csv.py

πŸ“¦ Requirements

Install dependencies:

pip install -r requirements.txt

πŸ“Ί Watch the Full YouTube Tutorial

πŸ‘‰ https://youtu.be/CXF67DbSf5g

⭐ Contribute / Support

If you want more automation scripts, star this repo ⭐ and comment on the video saying β€œMore automation!”.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages