Skip to main content

Python library to interact with the sherlock.bike API

Project description

sherlockbikepy

This Python library implements the sherlock.bike API. It has been reverse engineered from the Android app.

Installation

pip install sherlockbikepy

Code snippet

from sherlockbikepy import Sherlock

# Login
sh = Sherlock('user@example.com', 'supaSecretPassw0rd')

# Get devices
sh.devices
# > [<sherlockbikepy.device.SherlockDevice at 0x7fa840410400>]

# Primary device (ie. the first one)
sh.primary_device
# > <sherlockbikepy.device.SherlockDevice at 0x7fa840421b38>

# Device state
sh.primary_device.state
# > 'ON'

# Device location (only available if currently armed ie. "ON")
sh.primary_device.location
# >  Position(latitude=20.6297038,
# >           longitude=2.8123654,
# >           last_update=datetime.datetime(2018, 9, 22, 15, 55, 42))

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

sherlockbikepy-0.2.0.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file sherlockbikepy-0.2.0.tar.gz.

File metadata

  • Download URL: sherlockbikepy-0.2.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.2 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for sherlockbikepy-0.2.0.tar.gz
Algorithm Hash digest
SHA256 340f0fa1e6d7522e77f0df67d26e1d816befb3601045dd4eab9b7a9b93ed18fc
MD5 6fe1fed85714fc556ea4a84d640a5969
BLAKE2b-256 db643c1e2dd5c3deb22c27320c932bfd3d4aaea6058086dddbf03f12eae1bde1

See more details on using hashes here.

Supported by

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