Server-side code to store a list of movies titles, along with its respective box art imagery and movie trailer website. All data is obtained from http://themoviedb.org/
- Python 2.7.x installed.
- The Movie Database account created. # You can get more info in https://developers.themoviedb.org/3/getting-started
project/
├── app.py
├── constants.py
├── fresh_tomatoes.py
├── media.py
└── search.py
- Put your own API_KEY in constants.py
- Choose your own favourite movies and copy that in SEARCH_LIST
- Run the script in a terminal
$ python app.py
Open Source. MIT © Jacobo Araujo