umisora / co-operater

Slack Bot / Support lonely Production Operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

co-operater

-- in English

Bot who calls me when I'm working alone

For example, if you put a linux command on slack, if it is a dangerous command

There is a thing calling out "Please be careful!"

-- in Japanese

一人運用作業をしている時に声をかけてくれるBot

例えばlinuxコマンドをslackに貼ったとすると、危ないコマンドなら

「気をつけてね!」と声をかけてくれる事がある。

リファレンス

How to develop Slack RTM Bot

Try making secretary bot with Real Time Messaging API : Real Time Messaging APIで秘書botを作ってみる

How to deploy Heroku

python3でslackbotの作成(その6:デプロイ編) - Qiita

python3でslackbotの作成(その5:Heroku設定編) - Qiita

heroku ps:scale python_bot=1

How to test

require

pip3 install slackbot

Test Run on Local

export SLACKBOT_API_TOKEN=xxxxxxxxxx
python3 run.py

About

Slack Bot / Support lonely Production Operation

License:MIT License


Languages

Language:Python 100.0%