GitXplorerGitXplorer
r

themoviedatabaseapi

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
34f2d5822b84a4f04c82ef0332501e6a81119314

refactor: rename of app folder

rrobertopauletto committed 2 years ago
Unverified
9310e5baedefccf3170eccd2d0658f52c9ef6fc2

test: add new tests for TmDBSession and TmDBTvSession

rrobertopauletto committed 2 years ago
Unverified
ad11f71ffe8e92febde14745bcc7127d44590419

chore: add requirements.txt

rrobertopauletto committed 2 years ago
Unverified
a2202d5f8ff72c3d902fb6eda9c01e3d12b08716

refactor: classes under ABC, rename methods

rrobertopauletto committed 2 years ago
Unverified
2b9e0748263406d4c92b098a7df778f1da051272

Programs aired today

rrobertopauletto committed 5 years ago
Unverified
614a6a9a7d1333cbf59d5f6b909d87f7bd4eda0f

Airing today

rrobertopauletto committed 5 years ago

README

The README file for this repository.

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