Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

python-withings

Withings API Python Client Implementation

Requirements

Usage

fromwithingsimportWithingsfromwithingsimportWithingsAUTH# If first time authorizing userwith_auth=WithingsAUTH('developer client id',
'developer callback url')
auth_code=with_auth.authorize("user email address",
"user password")
# Pass in authorization code to use APIwithings=Withings('developer client id',
'developer client secret',
'developer callback url',
auth_code=auth_code)
# Start making callssleep=withings.get_sleep_detail_data(
last_update_date=datetime(year=2021, month=5, day=18))

About

Withings API Python Client Implementation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages