This script takes a movie name as input and returns the information about that movie.
- BeautifulSoup4
- requests
install these two by running the following command:
pip install -r requirements.txt
Just type the following in your command prompt:
python imdb_scrapper.py -l <movie_name>