memi
is the very cute slack bot.
Set following environment variables.
- SLACK_TOKEN # Slack API token for memi bot user
- KIBELA_TOKEN # Kibela API token
- KIBELA_TEAM # Your Kibela team name
- KIBELA_LINK_NOTE # Kibela note ID which memi update by link command
Run memi
docker build -t ${TAG} .
docker run -e SLACK_TOKEN=${SLACK_TOKEN} -e KIBELA_TOKEN=${KIBELA_TOKEN} -e KIBELA_TEAM=${KIBELA_TEAM} -e KIBELA_LINK_NOTE=${KIBELA_LINK_NOTE} ${TAG}
Test reachability of memi bot.
@memi ping
Append markdown link to the Kibela note of $KIBELA_LINK_NOTE.
@memi link $URL
Title is optional.
@memi link $URL This is title