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/
- Host: GitHub
- URL: https://github.com/gtsalles/tapioca-the-moviedb
- Owner: gtsalles
- License: mit
- Created: 2018-09-07T14:11:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T14:49:35.000Z (almost 8 years ago)
- Last Synced: 2025-09-18T09:09:36.029Z (9 months ago)
- Topics: movies, python, tapioca, tvshows, wrapper-api
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!