Fitbit
- hfkpy.fitbit.get_data.client(tokens)[source]
Instantiate a Fitbit client object. Requires tokens from Fitbit development account.
- Parameters
tokens (dataframe) – A dataframe containing the client id and client secret for the Fitbit development account.
- Returns
The instantiated Fitbit client object.
- Return type
object