← 返回
未分类 Key 中文

Oura API Complete Export

Authenticate with an Oura OAuth app (client id/secret + redirect URI), store and refresh tokens, and export all available Oura v2 usercollection datasets to...
使用 Oura OAuth 应用(client id/secret + redirect URI)进行认证,存储并刷新令牌,导出所有可用的 Oura v2 用户集合数据集到...
fcarucci fcarucci 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 147
下载
💾 0
安装
1
版本
#latest

概述

Oura API Complete Export

Use this skill to set up OAuth auth for Oura and export all available Oura data into JSON.

Folder structure

  • SKILL.md
  • README.md
  • scripts/auth_oura_oauth.py
  • scripts/export_oura_data.py
  • scripts/run_full_export.sh
  • references/endpoints.md

Workflow

  1. Run OAuth auth once:

```bash

python3 scripts/auth_oura_oauth.py --client-id --client-secret --redirect-uri http://localhost:8765/callback

```

  1. Run export:

```bash

python3 scripts/export_oura_data.py --start 2020-01-01 --end $(date +%F) --out ./oura_export

```

  1. For convenience:

```bash

./scripts/run_full_export.sh 2020-01-01 $(date +%F) ./oura_export

```

Behavior

  • Refresh token automatically before/when needed.
  • Follow paginated endpoints automatically.
  • Continue export on per-endpoint failures and log errors.
  • Keep raw payloads in endpoint-specific JSON files for downstream tools.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Watcher

robin797860
管理和监控个人股票自选列表,支持利用同花顺数据添加、删除、列出股票及汇总近期表现。适用于用户希望追踪特定股票、获取表现汇总或管理自选列表时。
★ 112 📥 46,088
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,254
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 208 📥 68,477