lorenzobenvenuti / strava-cli

Command Line Interface for Strava
MIT License
4 stars 1 forks source link

Two features and two bugs #8

Closed arichnad closed 4 years ago

arichnad commented 4 years ago

Feature:

  1. strava-cli.py details is now implemented.
  2. strava-cli.py gps will let you output a gpx file (currently to stdout).

Bug:

  1. don't use start_date_local internally, because it uses "Z" incorrectly, and because we would need to include the time zone as well.
  2. strava times are required to be integers.
arichnad commented 4 years ago

I can include these as separate pull requests if that's what you want.

lorenzobenvenuti commented 4 years ago

I can include these as separate pull requests if that's what you want.

No worries, it's perfectly fine! Thanks again!