python-withings icon indicating copy to clipboard operation
python-withings copied to clipboard

Library for the Withings API

Results 13 python-withings issues
Sort by recently updated
recently updated
newest added

What Is The Official Withings Python Module To Use That Is Supported? I was hoping somebody could help me understand this better. I am looking to interface with the Withings...

Bumps [requests](https://github.com/requests/requests) from 2.3.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Nokia is sunsetting OAuth 1.0 support on November 30th, someone can update this library to OAuth 2.0?

can you update class WithingsMeasureGroup(object) with ('muscle_mass', 76), ('hydration', 77), ('bone_mass', 88),('pulse_wave_velocity', 91) ? ``` class WithingsMeasureGroup(object): MEASURE_TYPES = (('weight', 1), ('height', 4), ('fat_free_mass', 5), ('fat_ratio', 6), ('fat_mass_weight', 8), ('diastolic_blood_pressure',...

Without going through the process of downloading/installing, etc - is this project still working / alive? Any issues if I fork?

Each time I run this script requires copy/pasting the url and authorizing the application, is it possible to only have to authorize the script once and get a long lived...

There's no package called requests-oauth.

timezone was not in the main measure response call

How can I add callback_uri support with OAuth1Session? ``` oauth = OAuth1Session( auth.consumer_key, client_secret=auth.consumer_secret, callback_uri=callback_url) ```

Hi there! I just added some functionality for the api call "Measure - Get Activity Measures" (http://oauth.withings.com/api/doc#api-Measure-get_activity) I had to change some logic around in **init** because it requires "/v2"...