Skip to content

gacky35/slackbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackbot

Slackでのユーザグループの利用をサポートするbot
This is a Slackbot which support using usergroup.

Requirement

まず,以下のページからワークスペースに導入するアプリの基盤を作ってください.
First, please make the base app from following URL which invite to your workspace.
Slack API

次に,このリポジトリをクローンしてください.
Second, please clone this repository.

$ git clone git://github.com/gacky35/SlackBot.git

また,これを利用するためには以下の2つが必要になります.
And, you need these library to use this bot.
slackbot
python-slackclient

最後に,アプリのトークンをファイルに保存します.
Finally, regist app token on the files.

$ echo {Bot User OAuth Access Token} >> app/access_token.txt
$ echo {OAuth Access Token} >> app/plugins/client_token.txt

以下のコマンドで実行できます.
You can run this program with this command.

$ bash run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published