SarenCurrie / strava-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strava webhook

Documentation:

Install

npm install

Run

Deploy serverless

serverless deploy --client_id <client-id> --client_secret <client-secret>

Setting up a Strava subscription

Steps to set up a Strava subscription are defined here (You must get approval before your application will receive events).

curl -X POST https://api.strava.com/api/v3/push_subscriptions \
      -F client_id=<client-id> \
      -F client_secret=<client-secret> \
      -F 'callback_url=https://<your-callback-url>' \
      -F 'verify_token=STRAVA'

About


Languages

Language:Python 100.0%