Use this skill to set up OAuth auth for Oura and export all available Oura data into JSON.
SKILL.mdREADME.mdscripts/auth_oura_oauth.pyscripts/export_oura_data.pyscripts/run_full_export.shreferences/endpoints.md```bash
python3 scripts/auth_oura_oauth.py --client-id
```
```bash
python3 scripts/export_oura_data.py --start 2020-01-01 --end $(date +%F) --out ./oura_export
```
```bash
./scripts/run_full_export.sh 2020-01-01 $(date +%F) ./oura_export
```
共 1 个版本