Skip to content

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

Notifications You must be signed in to change notification settings

tonywong1p/imdb-to-json

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages