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

https://github.com/vintasoftware/tapioca-instagram


https://github.com/vintasoftware/tapioca-instagram

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tapioca Instagram

## Installation
```
pip install tapioca-instagram
```

## Documentation
``` python
from tapioca_instagram import Instagram

api = Instagram(access_token='{any-valid-access-token}')

```

No more documentation needed.

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