robertopauletto / themoviedatabaseapi

Python wrapper for The Movie Database Apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Movie Database API Wrapper

For learning purposes. Just a wrapper to the apis.

Usage:

  • First you need to obtain an api key see here
  • Obtain a TMDBSession object, for a tv session you need
    session = session_factory('tv', apikey)
  • You will need a Configuration object for some operations (eg. download poster images etc.)
    tmdbconf = Configuration.getconfig(session)
  • Now you can use the public methods available (or whatever you need to do)

Methods

About

Python wrapper for The Movie Database Apis


Languages

Language:Python 100.0%