Skip to main content

Latest Photos from Instagram for Mezzanine

Project description

===================
Mezzanine Quick Photos
===================
A Mezzanine app to store the latest photos from Instagram.

Installation
---------
```
$ pip install mezzanine-instagram-quickphotos
```

Configuration
---------
In `settings.py`:
```
INSTALLED_APPS = (
...
'mezzanine_quickphotos',
)
```
Configure `INSTAGRAM_ACCESS_TOKEN` and `INSTAGRAM_CLIENT_SECRET` in Mezzanine admin configuration setting
Register site application in https://www.instagram.com/developer/clients/register/ and enable implicit OAuth
Get ACCESS-TOKEN
```
https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mezzanine-instagram-quickphotos-0.0.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page