Skip to content

aiera-inc/aiera-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aiera-api-examples

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=...

Collecting sentiment via monitor api

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published