GithubHelp home page GithubHelp logo

movie-trailer-website's Introduction

Movie Trailer Website

Source code for a Movie Trailer website.

By Manuinder Sekhon

It displays trailers for different movies upon clicking on their poster images. You can also add new movies to the website. See below for instructions.

Prerequisites

  • Signup for free TMdb API KEY
  • An active internet connection

Installation

Ubuntu

$ sudo apt-get update
$ sudo apt-get install python3

Windows

  • Download python install package here and install it.

Usage

If on Linux:

  • Open terminal. Execute the following commands.
$ unzip Movie-Trailer-Website.zip
$ cd Movie-Trailer-Website

$ export API_KEY=your_api_key
$ python3 entertainment_center.py

If on Windows:

  • Delete the following lines in media.py
if not os.environ.get("API_KEY"):
        raise RuntimeError("API_KEY not set")

API_KEY = os.environ.get("API_KEY")
  • Replace them with
API_KEY = "your_api_key"
  • Run entertainment_center.py in python.

Add New Movies

Search for movie you want to add in project on TMDb website. Extract id from its url and add the movie in entertainment_center.py.

https://www.themoviedb.org/movie/399035-the-commuter

Movie id = 399035

Contributers

  1. Udacity : For providing starter code.
  2. TMDb : For providing API

movie-trailer-website's People

Contributors

adarsh0806 avatar manuindersekhon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.