Slack bot to memo by emoji. Inspired by and forked from https://github.com/ohbarye/kpt-bot.
@bot-name summary $interval
@bot-name :kpt: 7 days
The bot gathers :kpt:s you posted since 7 days ago from history of a channel you called the bot.
$ git clone [email protected]:yamitzky/memoji-bot.git
$ npm install -g yarn && yarn
$ SLACK_BOT_TOKEN=your-slack-bot-token node index.js
First build the image.
docker build -t memoji-bot .
Run the bot image by specifying your slack bot token.
docker run -e SLACK_BOT_TOKEN=your-slack-bot-token kpt-bot
Slack bot API token.
If you do not have it yet, visit https://my.slack.com/services/new/bot and get the token.
Content type
Image
Digest
Size
82.3 MB
Last updated
over 7 years ago
docker pull yamitzky/memoji-bot