Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 898 Bytes

README.MD

File metadata and controls

31 lines (19 loc) · 898 Bytes

IMDb_to_json

Python script generating information set of a movie in json format by a simple input of IMDb movie id.

Getting Started

You will need a python 3 environment to run the script. It is suggested to install Anaconda Python 3.6 version for easy environment setup.

Installing

Install requests package to call for HTTP content from a URL.

pip install requests

Running the tests

Open the python script and change the first line with your desired IMDb movie id. Save and run your python script.

python general_info_imdb_script.py

Check the out in "output_json" folder, and you should see the json file with your movie name.

Authors

  • Tony Wong @ HK

License

This project is licensed under the Open Source License - see the Open-source license for details