Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 514 Bytes

TMDB Connect

TMDBConnect is used to get more customized results from tmdb. All you need to give is the API key.

Requirements

TMDBConnect is writen in Python.

  • Python 3.7

Installation

Following are the steps to make this fully functional

  • Create virtual environment
  • Install requirements
$ pip install -r requirements.txt

NOTE: Currently it has no dependencies, you can skip the installation of dependencies.

Add tmdb_api_key in your environment variable.