/igps_tools

igps_tools is a series of easy to operate iGPS tools.

Primary LanguageRust

igps_tools

中文

igps_tools is a series of easy to operate iGPS tools.

  • workout Import the training plan from icu into iGPS

    Use tutorial

    • Download and extract the training plan as a FIT file from icu img.png
    • Download workout binary files
    • Fill in the TOKEN (or username/password) and execute the workout binary as shown below:
# Use iGPS token
./workout --fit-zip ./fit.zip --token "Your iGPS token"
# Use iGPS username/password
./workout --fit-zip ./fit.zip --username "Your iGPS username" --password "Your iGPS password"
# increment power 10w
./workout --fit-zip ./fit.zip --token "Your iGPS token" add power -v 10
# increment duration 10s
./workout --fit-zip ./fit.zip --token "Your iGPS token" add duration -v 10
# For more details of the order, please check
./workout --help
  • xingzhe Convert xingzhe history data to fit.
# Download 202305 data convert fit
./xingzhe -y 2023 -m 5 -u uid -c 'cookie'