Fresh Tomatoes Movie Trailers is a website that contains movies with their posters and trailers.
To run this website, you must have the following:
- A web browser, preferably Chrome or Firefox.
- A python IDE, preferably Idle 2.7
- Python 2.7 must be installed on your system.
There are three files included with their respective purposes:
-
media.py This file contains the python data structure that's used to create various instances of the movie objects.
-
entertainment_center.py This file contains the information of the movie instance objects, which are retrieved using TMDB's API.
-
fresh_tomatoes.py The file fresh_tomatoes.py contains the open_movies_page() function that will take in the list of movies and generate an HTML file including this content, producing a website to showcase the movies.
The movie information for this website was made using TMDB's API. Their primary documentation is located at developers.themoviedb.org.
The API Key: e400eed6be0d79125ca4eef688fe671d (Will usually be XXXXXXX but provided for testing) This API Key is registered to the account, intley and can only be used by the sole owner and non-commercial purposes.
To run this website, run the module of entertainment_center.py using Idle2, or any other python IDE and your browser will open up with the movie trailer website Note - The website may take about 15 seconds to load, due to extended time taken to retrieve the movie details using API.
For any further information, feel free to contact intley@gmail.com.