Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/dashiell
An IRC bot that displays data from strava.
https://github.com/davehunt/dashiell
Last synced: 2 months ago
JSON representation
An IRC bot that displays data from strava.
- Host: GitHub
- URL: https://github.com/davehunt/dashiell
- Owner: davehunt
- Created: 2014-10-28T11:15:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T10:41:40.000Z (over 7 years ago)
- Last Synced: 2023-03-10T22:37:59.576Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashiell
An IRC bot that displays data from [Strava](http://www.strava.com).
## Installation
* `$ npm install` to install Dashiell and all dependencies.
## Configuration
Settings are provided via environment variables:
* IRC_CHANNELS - comma separated list of channels to join
* IRC_HOST - host of the irc server to connect to
* IRC_NICKNAME - nickname to use on irc
* IRC_PORT - port of the irc server to connect to
* STRAVA_ACCESS_TOKEN - access token for strava
* STRAVA_CLUB - unique id of strava club## Usage
The syntax for starting the bot is `node bot.js`