https://github.com/felixrieseberg/kona
:runner: Kona A Slack Bot for Strava
https://github.com/felixrieseberg/kona
mongodb nodejs slack strava
Last synced: 2 months ago
JSON representation
:runner: Kona A Slack Bot for Strava
- Host: GitHub
- URL: https://github.com/felixrieseberg/kona
- Owner: felixrieseberg
- Created: 2018-02-27T01:38:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T00:42:03.000Z (over 8 years ago)
- Last Synced: 2026-01-03T22:36:52.681Z (6 months ago)
- Topics: mongodb, nodejs, slack, strava
- Language: TypeScript
- Homepage: https://felix.fun/kona
- Size: 707 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kona, a Slack Bot for Strava`
[](https://travis-ci.org/felixrieseberg/blob-bot)
This is a Slack Bot that automatically posts activities for a Strava Club into
a Slack channel. It also supports various commands allowing users to see
activities directly in Slack.
It uses Node.js and MongoDB.

## Available Commands
*:runner: Recent activities*
To just get the recent activities:
> `/kona recent`
To get the last 15 activities (max 50):
> `/kona recent 15`
To get activities since February 3rd 2018:
> `/kona recent 2018-02-03`
:point_up: If you're a date nerd, this will support all ISO 8601 formats.
*:family: Members*
To get members for our clubs:
> `/kona members` or `/kona athletes`
*:robot_face: Operations*
To check for new activities now:
> `/kona check now`
To see debug output:
> `/kona debug`
To see this help output:
> `/kona help`
## Installation & Configuration
The following environment variables need to be set for the app to work properly.
All these settings can also be configured in `src/config.ts`.
#### Configuring the Strava Integration
Vist https://www.strava.com/settings/api and create a new API application.
Copy the "Access Token" and set it as the `BB_STRAVA_TOKEN` environment variable.
## License
MIT, see License for details.