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
```
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mezzanine-instagram-quickphotos-0.0.2.tar.gz.
File metadata
- Download URL: mezzanine-instagram-quickphotos-0.0.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af61cfdfdf96f6cba678ce3366dcb2f05360bb2f059665a311d054bd87d3bc2e
|
|
| MD5 |
6558fe8a8aa44cec7e1cc690067ebd0d
|
|
| BLAKE2b-256 |
9332076f9c560b6ff37a27618605390303d3c0721bab8019a92034fcb283de30
|