stravaio
stravaio copied to clipboard
Python client for Strava API with a focus on fluent data handling
Bumps [pyarrow](https://github.com/apache/arrow) from 0.14.0 to 0.15.1. Changelog Sourced from pyarrow's changelog. Apache Arrow 0.15.1 (25 October 2019) Bug ARROW-6464 - [Java] Refactor FixedSizeListVector#splitAndTransfer with slice API ARROW-6728 - [C#] Support...
add a 'before' argument for the function get_logged_in_athlete_activities () and tested it works well
Got error when retrieving hiking activity: > > >File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/swagger_client/models/summary_segment.py", line 196, in activity_type .format(activity_type, allowed_values) >ValueError: Invalid value for `activity_type` (Hike), must be one of ['Ride', 'Run'] > is...
There are small typos in: - README.md - swagger_client/api/segments_api.py - swagger_client/models/explorer_segment.py Fixes: - Should read `latitude` rather than `latitutde`. - Should read `elevation` rather than `evelation`. - Should read `variable`...
When using stravaio_oauth2 to authenticate an application, there is no way to change the access scope to allow for write access to anything. The scope has been hardcoded to read...
- webserver to web server (https://code.djangoproject.com/ticket/20330) - strip some trailing whitespace - various other mispellings
Hi, I would like to programmatically add manual activities to my Strava timeline. I can do this using the Gui, but it's tedious because I want to log all my...
Add `get_local_athlete_by_id()` method to the `StravaIO` class.
(Thanks for the API and docs, they are great.) I am not seeing heart rate data in the return response when using the `client.get_activity_by_id(activity_id)` call. I have checked that my...