Skip to content

Commit

Permalink
doc: add nrc detail written by @angolap
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Nov 18, 2023
1 parent 0911ed8 commit 9727d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,8 @@ python3(python) run_page/garmin_sync.py xxxxxxxxxx --is-cn --only-run

2. 复制 `refresh_token` 之后可以添加在GitHub Secrets 中,也可以直接在命令行中使用

> Chrome 浏览器:按下 F12 打开浏览器开发者工具,点击 Application 选项卡,来到左侧的 Storage 面板,点击展开 Local storage,点击下方的 https://unite.nike.com。接着点击右侧的 com.nike.commerce.nikedotcom.web.credential Key,下方会分行显示我们选中的对象,可以看到 refresh_token ,复制 refresh_token 右侧的值。Safari 浏览器:在 Safari 打开 Nike 的网页后,右击页面,选择「检查元素」,打开浏览器开发者工具。点击「来源」选项卡,在左侧找到 XHR 文件夹,点击展开,在下方找到 login 文件并单击,在右侧同样可以看到 refresh_token ,复制 refresh_token 右侧的值。
```bash
python3(python) run_page/nike_sync.py ${nike refresh_token}
```
Expand Down

0 comments on commit 9727d59

Please sign in to comment.