Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 558 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 558 Bytes

imdb-scraper

implement title based and user ratings based search

setup

requires python3

pip install -r requirements.txt

execution

Run the program as:

python imdb.py "<keyword_to_search>" <minimum_rating> <maximum_rating>

The command line arguments are not necessary, and if not applied will have default values:
keyword = ""
minimum = 0 (minimum rating in imdb)
maximum = 10 (maximum rating in imdb)

example:

python imdb.py "batman begins" 7 10