Skip to content

AfaqShuaib09/Python-Web-Scraping-Exercises

Repository files navigation

Python-Web-Scraping-Exercises

    1. Scrap e-bay website (interactive user program)
    1. Scrap Britanica Encyclopedia (List of Philosopher)
    1. Quotes Scrape (By Scrapping Hub)
    1. Weather Forecast Details Scrapping (From forecast.gov)
    1. IDMB movies (Top 250 and their details)
    1. Extract Youtube Videos Tags uisng python scrapping (from youtube.com)

Modules Required to Install

    1. requests Module (pip install requests)
    1. BeautifulSoup4 (pip install BeautifulSoup4)
    1. Pandas (pip install pandas) :. to store data in csv format i.e; Data Frame