SDK for the find me spot
Project description
Overview
Simple SDK for extracting messages from Spot’s API
Installation
spot-sdk is available on PyPI
http://pypi.python.org/pypi/spot-sdk
Install via pip
$ pip install spot-sdk
Or via easy_install
$ easy_install spot-sdk
Or directly from spot-sdk’s git repo <https://github.com/gregology/spot-sdk>
$ git clone git://github.com/gregology/spot-sdk.git $ cd spot-sdk $ python setup.py install
Basic usage
>>> from spot_sdk import Feed >>> api_key = 'abcdefghijklmnopqrstuvwxy01234567' >>> feed = Feed(api_key) >>> feed.count() 6 >>> feed.first.type 'UNLIMITED-TRACK' >>> feed.first.battery_state 'GOOD' >>> feed.last.latitude 42.000 >>> feed.last.latitude datetime(2017, 1, 1, 0, 42, 0)
Running Test
$ python spot-sdk/tests.py
Python compatibility
Developed for Python 3. May work but not tested in Python 2.
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
spot-sdk-2017.9.4.1.tar.gz
(2.7 kB
view hashes)