An open API service indexing awesome lists of open source software.

https://github.com/gtsalles/tapioca-the-moviedb

TheMovieDB wrapper using tapioca https://www.themoviedb.org/
https://github.com/gtsalles/tapioca-the-moviedb

movies python tapioca tvshows wrapper-api

Last synced: 2 months ago
JSON representation

TheMovieDB wrapper using tapioca https://www.themoviedb.org/

Awesome Lists containing this project

README

          

# Tapioca The MovieDB

## Installation
```
pip install tapioca-the-moviedb
```

## Documentation
``` python
from tapioca_the_moviedb import TheMovieDB

api = TheMoviedDB(api_key='your-api-key-here')

```

No more documentation needed.

- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!