https://github.com/vintasoftware/tapioca-instagram
https://github.com/vintasoftware/tapioca-instagram
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-instagram
- Owner: vintasoftware
- License: mit
- Created: 2015-10-20T00:44:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T21:16:21.000Z (almost 10 years ago)
- Last Synced: 2025-04-22T07:03:42.283Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!