Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

codezilla-nl/bot-zilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botzilla

Overview

CODEZILLA's slackbot

Based on starter-node-bot

Usage

Run locally

npm install
SLACK_TOKEN=<YOUR_SLACK_TOKEN> npm start

Things are looking good if the console prints something like:

** API CALL: https://slack.com/api/rtm.start
** BOT ID:  witty  ...attempting to connect to RTM!
** API CALL: https://slack.com/api/chat.postMessage

Run locally in Docker

docker build -t starter-node .`
docker run --rm -it -e SLACK_TOKEN=<YOUR SLACK API TOKEN> starter-node

Acknowledgements

This code uses the awesome Botkit npm module by the fine folks at Howdy.ai.

License

See the LICENSE file (MIT).

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •