Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

IMDB Scraper

Collects the information given on IMDB for the given title

Modules Used

  • requests
  • bs4 (BeautifuSoup)
  • argparse

How it works

  • The User provides a query title and the script scrapes the IMDB website for data on it

  • Since IMDB provides 200 results for every query, the data of top 5 is scraped, this is easily configurable.

Usage

  • Install dependencies
  • python scraper.py --t movie-name-here(in double quotes)
  • sample : python scraper.py --t "red"

Screenshots

Screenshot of scraped data