Skip to content

This is a Python Web Scraper that scraps Movie Data from the famous IMDB website.

License

Notifications You must be signed in to change notification settings

RajKKapadia/IMDBMovieScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

IMDBMovieScraper

This is a Python Web Scraper that scraps Movie Data from the famous IMDB website.

It uses following Python Libraries

  1. BeautifulSoup
  2. Requests

The file imdbFinal.py is the only file you need.

At this moment it fetches Movies Data.

You have give Movie ID in ttxxxx... format.

You can get following data

  • Movie Title
  • Movie Poster
  • Movie Ratings
  • Movie duration & Movie Genre & Release Date
  • Total Votes Casted
  • Directors
  • Writers
  • Actors & Their Name in the Movie

Also, at this point as it is just for fun, it does not store the data in any form, it just print the data on terminal.

Enjoy The Life Feel The Music

About

This is a Python Web Scraper that scraps Movie Data from the famous IMDB website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages