plaufer1980 / igorbot

Your personal Igor, reincarnated as a Slack bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Igorbot

Igorbot is your personal Igor, reincarnated as a Slack bot. It is also the based on Starbot the sample referenced in the "How to Deploy Your Slack Bots to Heroku" blog post.

Install

$ npm install

Copy .env-example to .env

$ cp .env-example .env

Configure

SLACK_TEAM_TOKEN=xoxb...8WRqKWx
NODE_ENV=development
PORT=3000

Run

$ npm start

 Igorbot LIVES on PORT 3000

Visit localhost:3000.

Deploy

Deploy

Or with the Heroku Toolbelt

$ heroku create {optional-app-name}

Creating app... done, stack is cedar-14
https://blooming-scrubland-64464.herokuapp.com/

$ git push heroku master
...
remote: -----> Node.js app detected
...
remote:        https://blooming-scrubland-64464.herokuapp.com/ deployed to Heroku
...
To https://git.heroku.com/blooming-scrubland-64464.git
 * [new branch]      master -> master

$ heroku open

License

This project is licensed under the terms of the MIT license. -- Need your own? There's a button for that 😉

About

Your personal Igor, reincarnated as a Slack bot.


Languages

Language:JavaScript 100.0%