Skip to content

Instantly share code, notes, and snippets.

@stuboo
stuboo / python_narro.py
Last active March 16, 2017 17:20 — forked from anonymous/python_narro.py
Interacting with the Narro.co API with Python
"""
Interacting with the Narro.co API with Python
### Implementation
1. ask narro for authorization_code
2. visit the url to grant permission
3. paste the authorization_code into the script
4. exchange the authorization_code + secret_key for an access token
5. use the access token