Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

掃除当番つぶやきボットを作ってみた

Posted at

はじめに

お掃除当番を抽選し、Mattermostに発言するボットです。
抽選されるとちょっとした楽しみになりますよ。

スクリーンショット 2019-12-12 19.13.29.png

インストール

  1. GitHubからファイル一式をクローンもしくはダウンロードする

  2. Mattermostにボット用のアカウントを登録する

  3. Node.jsをインストールする

  4. モジュールをインストールする

    $ npm ci
    
  5. app/environment.tsファイルを設定する

  6. ビルドする

    $ npm run build
    

発言させる

$ npm start

定時実行させたい時はcronなどを利用してください。

利用しているモジュール

  • @types/node
  • request
  • typescript

さいごに

よければいいねをお願いします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Comments

No comments

Let's comment your feelings that are more than good

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Login to continue?

Login or Sign up with social account

Login or Sign up with your email address