Skip to main content

Simple python wrapper for LOTAME API

Project description

Build Status

Lotame API Wrapper

Wrapper Class for Lotame API.

Requirements

  • Python 3.6 (tested)

Goal

To provide a generic wrapper Lotame API

Code sample

Instantiate
from lotame import Api, Credentials, FirehoseService, BehaviorService
api = Api(Credentials(client_id='xxx', token='yyy', access='zzz'))
fs = FirehoseService(api=api)
updates = fs.getUpdates(hours=1)
b = BehaviorService(api=api)
b.get('types')

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lotame-2.0.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

lotame-2.0.0-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page