dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

How to run the client #79

Closed joppez closed 7 months ago

joppez commented 7 months ago

Hello Dblock,

I installed everything on my raspberry pi, but how do I have to start from there?

Sorry for this 'beginner' question.

Best regards,

Jop

dblock commented 7 months ago

No worries about beginner questions!

It depends what you're trying to do. If you want to do things on the command line, check out https://github.com/dblock/strava-ruby-cli which is built on top of this library.

If you're trying to get activities in code, here's an example that I use for my running blog.

For more complex stuff, a tutorial on using this library to receive Strava web hooks: https://code.dblock.org/2019/04/13/using-strava-webhook-events-api.html.

Hope this helps. I'll close this issue, but feel free to ask more questions here.