strava-cli icon indicating copy to clipboard operation
strava-cli copied to clipboard

Strava command-line interface

Results 6 strava-cli issues
Sort by recently updated
recently updated
newest added

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. Release notes Sourced from oauthlib's releases. 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS CVE-2022-36087 OAuth1.0: #818 : Allow IPv6...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

``` # strava activity 9505348135 Traceback (most recent call last): File "/home/luca/.local/bin/strava", line 8, in sys.exit(cli()) File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in...

I installed from pip and pulling the latest from main, and both versions just give me this error: ``` $ strava config Traceback (most recent call last): File "/home/chris/.local/bin/strava", line...

This kind of command: > strava activities --after="2018-12-01" no matter how you configure it, the output only has 30 activities. Is it a feature or a bug?

/opt/homebrew/bin/strava, version 0.7.0 /opt/homebrew/bin/python, 2.7.18 **Error begins** File "/opt/homebrew/bin/strava", line 8, in sys.exit(cli()) **Workaround** Comment out gear formatter in activity.py formatters = { 'gear': format_gear, }