Skip to content

Python client library to work with Delighted's API

License

Notifications You must be signed in to change notification settings

meori/delighted-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delighted-python

A CLI client and Python API library for the delighted platform.

Install

This can be installed via the pypi package using:

$ pip install delighted

Usage

$ export DELIGHTED_APIKEY="your api key here"
$ python
>>> from delighted import Delighted
>>> delighted = Delighted()
>>> delighted.metrics.get()
{u'passive_count': 4, u'promoter_percent': 40.74074074074074, ... }

Run Tests

$ py.test

About

Python client library to work with Delighted's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages