Open tantek opened 6 years ago
In addition to POSSEing to your Strava profile, it would be nice to also be able to POSSE to support.strava.com which might be considered a separate site (it's a support forum) even though it uses the same identity/login as your Strava profile.
You can post comments, upvotes (likes) and downvotes, and new articles there.
More thoughts here: https://indieweb.org/Strava#POSSE
thanks for the details!
instructions for adding a new silo, for anyone who's interested: https://github.com/snarfed/bridgy#adding-a-new-silo
There's a great sync service that implemented both pulling and pushing activities. The adapter they wrote is here: https://github.com/cpfair/tapiriik/blob/master/tapiriik/services/Strava/strava.py
Would be great to add the ability to selectively POSSE posts (in particular, exercise and article posts) to Strava.com.
They have an OAuth based API, as well as ability to upload GPX files for exercise activity posts, thus this should be theoretically possible.