The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
07-11-2023 10:01 AM
For years our website has run cron jobs sending request to the Strava API. We are having three cron jobs. So every minute we are sending request to Strava but we are experiencing "Rate Limit Exceed " issues now. Strava suggests making a change to web hook events API, which is fine by me, but where do I find capable resources to that code change?
07-30-2023 09:49 PM
@SpiffBif I recently did this, let me know how we can cordinate and I can try to make it work it for you.
07-31-2023 12:10 AM
I hope I have developer solving this the coming week, but feel free to e-mail me, because I have more work on this going forward, I think.
08-01-2023 01:28 AM
Let me know your email address and I will write to you.
08-01-2023 01:41 AM
henrik at deuxmille.cc
08-01-2023 09:08 AM
Email sent.
07-25-2023 11:00 AM
Don't worry Stiffbif. You can take help from chatgpt and google bard for code related tasks.
07-21-2023 10:41 PM
To address the "Rate Limit Exceeded" issues caused by frequent API requests to Strava, you need to make code changes and implement the Strava Webhook Events API. To do this, find skilled developers familiar with web development and API integration. You can hire in-house developers, freelancers, or contractors from platforms like Upwork or Freelancer. Engage with developer communities, attend tech events, or seek help from software development companies if a larger team is required.
Consider online learning platforms if team members are willing to learn. Ensure the selected resources have prior API integration experience and are familiar with Strava's API documentation and guidelines. Good communication and teamwork are crucial for successful collaboration.
07-12-2023 09:14 AM
Thanks, but I'm not technical enough myself to do the actual change in code.
07-12-2023 07:17 AM
Webhooks are documented here along with instructions on how to subscribe - https://developers.strava.com/docs/webhooks/
Once you have the webhook set up you will get push notifications for certain events (create, update some fields, delete) for your registered athletes. You can then do what you need with that information which will most likely include retrieving activity data and processing it.
Welcome to the Community - here is your guide to help you get started!