IMDB Scrapper
This script takes a movie name as input and returns the information about that movie.
Requirements for this script:
- BeautifulSoup4
- requests
install these two by running the following command:
pip install -r requirements.txt
How to use this script?
Just type the following in your command prompt:
python imdb_scrapper.py -l
Sample of the script in action: