Skip to content

This practice contains web scraping code to extract list of 250 top movies from IMDB website

Notifications You must be signed in to change notification settings

riazsajidgit/web-scraping-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scrapping using BeautifulSoup Library

This practice contains web scraping code to extract list of 250 top movies from IMDB website

Scraped following data of top 250 ( all time ) movies based on IMDB ratings:

  1. Rank
  2. Title of the Movie
  3. Year of release
  4. IMDB Rating

Used following Libraries:

  1. Beautiful Soup Library
  2. Requests Library
  3. HTML tag structure and parameters (class, id, etc.) of a HTML tag.

About

This practice contains web scraping code to extract list of 250 top movies from IMDB website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published