yasoob / nrc-exporter

Download your runs data from Nike Run Club and convert it to GPX format that can be imported in other running apps.
https://yasoob.me/posts/reverse-engineering-nike-run-club-using-frida-android/
MIT License
113 stars 13 forks source link

Filtering results #13

Open ronjuarez opened 3 years ago

ronjuarez commented 3 years ago

Hey there!

I was wondering if you had found a way to filter the activity results to return activities only after a certain date. I tried changing the after time endpoint to include the date (in MS) I'd like to start collecting data from and that didn't work. Any suggestions?

yihong0618 commented 3 years ago

@ronjuarez

Yes, there is a way after a certain date (timestamp) And you can filter result since an id

You can find it in my repo: url + activities/after_time

running_page