-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nike+ Support #11
Comments
I certainly haven't started working on it in any capacity, so you're more than welcome to get started! |
The endpoint to add activities is marked as beta, but it's documented here: https://developer.nike.com/documentation/api-docs/activity-services/add-activities.html I might also be interested in contributing to this. My Python can be ... unidiomatic, but I did spend some time hacking on a somewhat similar, but crappier, project (https://gitlab.com/todd534/gpssync/tree/master). |
Hi everyone, I'm keen to take a look at this. I have http://node-nike-to-strava.jit.su running (code at https://github.com/bengummer/node-nike-to-strava) so merging it into tapiriik makes sense. I'll submit a pull request when it looks good. |
👍 |
Also see https://github.com/angusws/tcx2nikeplus which imports from Garmin to Nike+. It has an open license. It's Java rather than python, but I bet it can still be instructive. |
👍 |
👍 Can't wait! :) |
Looks like this issue can be closed with 2bef1f3? |
Yep! |
It seems like 2bef1f3 is just the auth though. It doesn't seem to actually upload/download any activities? |
@studgeek yeah, it fast-forwarded so there's no merge commit un/f. |
Sweet. Seemed to work just fine for me. Took a while the first sync of course. Syncing 848 miles of running in just 2 hours is still great by my standards :). |
When will it be go live ? Is this in beta anymore? |
I was wondering this too. Nike seems to be the best option for tracking on Apple Watch 2. The other apps have way too much noise/inaccuracies in their data. |
Has anyone looked into adding nike+ support? It looks like it should at least be possible to pull data from the api (https://developer.nike.com/activities/get_gps_data_for_activity_id), although I wasn't able to figure out how to create a new activity via the api. I'll happily hack on this, but first wanted to check if the work has been started somewhere.
The text was updated successfully, but these errors were encountered: