Reports Strava club activities.
Kingo T. 🚶 Afternoon Walk - 3.13 kilometers in 30 minutes 19 seconds
Unfortunately due to public Strava API restrictions, we cannot query more information on a given club activity, and thus the bot can't link to it.
yarn install
yarn dev
# clone repo
yarn install
cp bot-config.sample.json bot-config.json
# configure bot-config.json
yarn global add pm2
pm2 start pm2.config.js
yarn add matrix-strava-bot
import { startBot } from 'matrix-strava-bot';
const config = {
// see bot-config.sample.json
};
startBot(config);
See settings.ts for config descriptions
Setup a Strava api client key and generate an accessToken at https://www.strava.com/settings/api
Uses Strava v3 api: http://developers.strava.com/docs/reference/