Skip to content

A bot which check a message from the team member and send a email to the BOSS, automatically.

Notifications You must be signed in to change notification settings

dseg/kintai_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

勤怠連絡用チャットBOTです。 Slackのみ対応。

機能

BOTに話しかけると、勤怠の概要を表示しつつ、メールを送りたいか聞いてきます。 送りたかったら yes, やめる場合は noと話しかけて下さい。

BOTに話しかける (設定先に)メールが送信される

使い方

git clone https://github.com/dseg/kintai_bot
cd kintai_bot
# 依存モジュールインストール
npm install

SlackでBOTを使うための設定はこちらの記事が参考になります。 このBOTを使うには、追加で以下の設定が必要です。

設定する内容

設定ファイルはconfig.tomlです。 以下を設定して下さい。

  • Slackのトークン (上の記事で解説されています)
  • Mailgunの設定。APIキーと送信元ドメイン。メールの自動送信に必要。ちなみにMailgunのアカウント取得は無料、月10,000通まで。

BOTの起動

npm start
# or node kintai_bot.js

TODO

  • 受信メッセージのまともな解析

About

A bot which check a message from the team member and send a email to the BOSS, automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published