A silly bot that welcomes users back after they've been inactive for a little while. Talk about it in #welcomeback:t2bot.io.
- Invite
@welcomeback:t2bot.io
to a room - Set your desired time limit:
!wb 3
for 3 minutes - Keep everyone talking!
Note: The bot is intended to run in a Docker environment. Use turt2live/matrix-welcome-back-bot
or build your own with docker build -t welcome-back-bot .
.
- Clone this repository
npm install
- Copy
config/default.yaml
toconfig/production.yaml
- Edit the values of
config/production.yaml
to match your needs npm run build
- Run the bot with
NODE_ENV=production node lib/index.js