Code Monkey home page Code Monkey logo

movie4you's Introduction

movie4you

Prerequisite:

  1. flask: pip3 install flask
  2. requests: pip3 install requests
  3. BeautifulSoup: pip3 install bs4

If you don't need to update or interact with the movie API, you can skip the following step. Otherwise:

  1. Please go to The Movie Database API and register for an API key. Put this key into a file movie_api_secrets.py in the root folder and name it as API_KEY=<YOUR_API_KEY>.

Run the program:

  1. Download the code: git clone https://github.com/Tingjun-Li/movie4you.git
  2. Go to the root folder: cd movie4you
  3. check params.py file and change params as you want
  4. run python3 movie4you.py and click the link in the terminal (e.g. http://127.0.0.1:5000) If you are running the program in IPython or Jupyter, please uncomment the last line in "movie4you.py".

Tree data structure:

One can run python3 movie_tree.py to print out the tree in the terminal. The tree structure has the following pattern: Tree structure that stores my data

movie4you's People

Contributors

tingjun-li 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.