Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 364 Bytes

imdb-scraper

This program scrapes imdb for your favourite TV Series.

How to run:

  1. Download the project.
  2. In terminal, move to the downloaded directory and run python3 app.py
  3. Give comma and space seperated input, e.g. Game of thrones, Friends, Suits ....
  4. If module error occurs, then install beautifulsoup4, requests modules using pip3.

Thanks