Simple python wrapper for LOTAME API
Project description
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
Paulo Kuong (@pkuong)
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
lotame-2.0.0-py3-none-any.whl
(6.3 kB
view hashes)