Skip to content

tbouquet/resmed_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resmed_scraper

This is a school project

I always wanted to be able to get all the sleep data from my Resmed account.

The steps are :

  • Auth to the resmed website using selenium
  • Fetch the OTP code sent via email to my gmail account and use it
  • Get all yearly datas from the History.aspx page

The output is a pandas Dataframe containing the yearly sleep datas

Thanks to handyman5 for the inspiration

Prerequisites

Activate imap in your google account

Generate a Google Application Password

Configuration

Edit the config.json to put your resmed and gmail credentials

Usage

python3 scrape.py

Releases

No releases published

Packages

No packages published

Languages