Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`