Documentation for Aiera's API is available at: https://rest.aiera.com/
This repository contains code examples for interacting with Aiera's APIs. To set up the environment using conda use the environment described in the repository's environment.yml
file:
conda env create -f environment.yml
# activate the environment
conda activate aiera-api-examples
To use the examples, you will also need to set your API key as an evironment variable:
export AIERA_API_KEY=...
The example in examples/monitor_sentiment.py
shows how someone would pull all sentiment values for all events associated with a monitor. Additional processing can be executed based on the schemas in our monitor api and our events api.
python examples/monitor_sentiment.py