Skip to main content

API client for Beddit sleep tracker

Project description

https://travis-ci.org/giginet/beddit-python.svg?branch=master https://coveralls.io/repos/github/giginet/beddit-python/badge.svg?branch=master

API Client for Beddit in Python.

Read API Documentation for detail.

Installation

pip install beddit-python

Usage

List sleep scores per day

from datetime import datetime
from beddit.client import BedditClient

client = BedditClient('user@example.com', password)

start_date = datetime(2016, 7, 1)
end_date = datetime(2016, 7, 31)

sleeps = client.get_sleeps(start=start_date, end=end_date)
for sleep in sleeps:
    print(sleep.date.strftime('%Y-%m-%d'), sleep.property.total_sleep_score)
2016-07-01 75
2016-07-02 92
....

Supported Python

Python 2.7, 3.3, 3.4, 3.5

LICENSE

MIT License

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

beddit-python-0.1.1.tar.gz (8.7 kB view hashes)

Uploaded Source

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