-
Uses Pythonista's location module to determine the users location, then uses reverse geocode to determine a list of nearby cities/neighborhoods
-
Next, using the 3rd party wikipedia module to search for the local info and presents that to the user.
Autodesk Forge APIs - is a project created to explore the different APIs in a mobile environment and on the go. The Pythonista iOS application written in Python.
-
First create a project on https://forge.autodesk.com/
-
client_keys.py - Enter keys in this file as strings once you obtain them from creating your project.
-
forge_auth.py - select and run the script to begin the Oauth 3-legged workflow and sign in with your Autodesk credentials. The script will save the needed token to a stubbed python file. , forgeauth_response_keys.py
-
Other APIs exploration coming soon...