Skip to content

gi-no/servant_botkit

 
 

Repository files navigation

servant_botkit

なんでもかんでもやるbotです。

Setup

yarn

Usage

local

export SLACK_TEAM=<your slack team name here>
export TOKEN=<your slack team name here>
export SLACK_SIGNING_SECRET=<your slack signing secret>
node main.js

Required environment variables

# SLACK_TEAM for generate post link
SLACK_TEAM
# SLACK_API_TOKEN
TOEKN
# SLACK_SIGNING_SECRET
SLACK_SIGNING_SECRET

Deploy to heroku

heroku setup

heroku login
heroku create servant-botkit
heroku config:set SLACK_TEAM=[your team name]
heroku config:set TOKEN=[your token]
heroku config:set SLACK_SIGNING_SECRET=[your slack signing secret>]

heroku config

step1

System Structure

step2

System Structure

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Procfile 0.2%