This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |