forked from yihong0618/running_page
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:support for download Garmin fit file (yihong0618#446)
* feat:support for download Garmin fit file
- Loading branch information
zhangyulai
authored
Jul 7, 2023
1 parent
d76bf39
commit a9a3f78
Showing
5 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -427,8 +427,11 @@ python3(python) scripts/tulipsport_sync.py nLgy****RyahI | |
<summary>获取您的 Garmin 数据</summary> | ||
<br> | ||
如果你只想同步跑步数据增加命令 --only-run | ||
|
||
如果你想同步 `tcx` 格式,增加命令 --tcx | ||
|
||
如果你想同步 `fit` 格式,增加命令 --fit | ||
|
||
```python | ||
python3(python) scripts/garmin_sync.py ${your email} ${your password} | ||
``` | ||
|
@@ -446,7 +449,11 @@ python3(python) scripts/garmin_sync.py [email protected] example | |
<details> | ||
<summary>获取您的 Garmin-CN 数据</summary> | ||
|
||
> 如果你只想同步跑步数据请增加 --only-run | ||
如果你只想同步跑步数据请增加 --only-run | ||
|
||
如果你想同步 `tcx` 格式,增加命令 --tcx | ||
|
||
如果你想同步 `fit` 格式,增加命令 --fit | ||
|
||
```python | ||
python3(python) scripts/garmin_sync.py ${your email} ${your password} --is-cn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,8 +244,11 @@ python3(python) scripts/tcx_sync.py | |
<summary>Get your <code>Garmin</code> data</summary> | ||
<br> | ||
If you only want to sync `type running` add args --only-run | ||
|
||
If you only want `tcx` files add args --tcx | ||
|
||
If you only want `fit` files add args --fit | ||
|
||
```python | ||
python3(python) scripts/garmin_sync.py ${your email} ${your password} | ||
``` | ||
|
@@ -270,8 +273,11 @@ python3(python) scripts/garmin_sync.py [email protected] example --only-run | |
<summary>Get your <code>Garmin-CN</code> data</summary> | ||
<br> | ||
If you only want to sync `type running` add args --only-run | ||
|
||
If you only want `tcx` files add args --tcx | ||
|
||
If you only want `fit` files add args --fit | ||
|
||
```python | ||
python3(python) scripts/garmin_sync.py ${your email} ${your password} --is-cn | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters