Using the Domo Python SDK
Domo provides an SDK for Python 3. The Python SDK is a library of Python functions that wrap the Domo APIs, so they are exposed as simple Python functions. Being able to use Python to interact with Domo APIs directly or through the SDK opens a world of possibilities for extending Domo. Let's set up our Python environment.
Setting up Python for Domo
To use Python for Domo, you will need to install Python version 3 and install the Domo SDK, as follows:
- Download and install Python from https://www.python.org/downloads/.
- Install the Python libraries required by executing each of the following commands from the command line in Windows or in Terminal for Mac:
pip3 install fuzzywuzzy pip3 install pydomo pip3 install pandas
Getting the client ID and client secret
We will also need to get credentials to securely access the APIs. Here's how to do this:
- To get the client ID and client secret, go to https://developer.domo.com...