Git Product home page Git Product logo

udacity_fsdn_movie_trailer's Introduction

udacity_fsdn_movie_trailer

Movie Trailer Project for Full Stack Developer Nano Degree written in Python

Entertainment Center takes a list of your favorite films and rapidly builds a fan website with photos, descriptions, and videos.

Quick start

This project requires that you have a few third party packages installed.

  • Clone the repo: [email protected]:brusznicki/udacity_fsdn_movie_trailer.git
  • Install with Beautiful Soup: pip install beautifulsoup or easy_install beautifulsoup
  • Run entertainment_center.py from IDLE

How It Works

Rather than type out all of the arguments needed for creating our Movie objects, this solution to the project takes a list of string literals representing our favorite movies and then fetches values for those arguments from Youtube and IMDB via the OMDB API. Because these are done each time the script is run and the results aren't saved, there is a performance hit. That said the code could be refactored to be used with a data source and more technologies to save query responses. A view can also be created to prompt users to add to their list of favorite movies using normalized movie titles as provided by another API (perhaps the OMDB API as well).

Creators

Chris Brusznicki

udacity_fsdn_movie_trailer's People

Contributors

brusznicki avatar

Watchers

 avatar James Cloos 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.