fitbitScraper icon indicating copy to clipboard operation
fitbitScraper copied to clipboard

R package to scrape fitbit data

Results 8 fitbitScraper issues
Sort by recently updated
recently updated
newest added

Thank you for this package. I was looking for something just like this. This code: df = get_intraday_data(cookie, what="heart-rate", date="2018-06-23") gives me the error below: Error in curl::handle_setopt(handle, .list =...

I was able to seamlessly get data from Fitbit using fitbitScraper on 5th Sept. But the same codes now resulting in a "login fail" message. Not sure what changed. Everything...

Fitbit now supports different sleep categories ("AWAKE", "REM", "LIGHT", "DEEP") for certain devices; is there any way to get that data?

adds function get_bodycomp_data(cookie, start_date, end_date) Pulls body composition data: lean mass and weight. The function calculates fat mass and body fat percent and returns in a data frame similar to...

Get package!! 🙂 In the daily data, you are reporting "minutesActive". Nowadays fitbit is reporting "totalminutes". How do I get that?

Thanks so much for this great package! Infinitely better than suffering their export process. I have a premium subscription to fitbit and am having an issue with get_premium_export. When I...

This function returns the date and time of the last sync to fitbit.com. While it might not be useful to regular FitBit users, it could benefit researchers who use this...

I'm having trouble pulling specific dates when using get_activity_data. It seems that no matter what dates I use it pulls the most recent two weeks. I'm using R 3.2.3, Rstudio...