Skip to content

kamelz/movie_trailer_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie_trailer_website

A python script that generates a static website with your favorite movies.

Requirements

Install python version 2.7.14. In this application we'll use "tmdbsimple" wrapper to get the movies data. First let's install it by typing: pip install tmdbsimple

Visit The movie database website and register a new account. Login to your account. Choose settings from the dorp down menu on the right, then choose API on the left sidebar. Copy API Key and paste it in config.ini in API_KEY.

How to use

  • Open terminal and type git clone https://github.com/Kamelz/movie_trailer_website.git
  • visit movie_trailer_website directory cd movie_trailer_website
  • type python entertainment_center.py and enjoy.