Doge bot for Slack
- Create new a bot in Slack and get your Slack token.
- Install the bot via
npm install dogebot -g
if you want to run it through the command line or withnpm install dogebot --save
if you want to run it from your project. - If you've installed the bot globally, just run
dogebot mySuperSecretSlackToken
. - If you're running it from your project, you can require and run it with:
require('dogebot')('mySuperSecretSlackToken');
You can message the bot directly or you can @mention it on a channel that it is on. You can invite the bot to as many channels as you want.