Skip to content
forked from spilth/drawbot

Bot for Slack that suggests random things to draw

Notifications You must be signed in to change notification settings

hellosylvee/drawbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI

Drawbot

A Slackbot that offers random things for you to draw.

Prerequisites

You need to install NodeJS and Jasmine:

$ brew install nodejs
$ npm install --global jasmine

Setup

To check out and set up the project:

$ git clone [email protected]:spilth/drawbot.git
$ cd drawbot
$ npm install

Tests

To run the tests:

$ npm test

Running Locally

You can start up Drawbot locally with the following:

$ BOT_API_KEY=<your_api_key> node bin/bot.js

Usage

DrawBot only responds to messages starting with db and currently it only responds to the topic command:

Brian Kelly [12:58 PM]
db topic

drawbot [12:58 PM]
How about... '1080p Borders'?

Resources

About

Bot for Slack that suggests random things to draw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%