Skip to content

hidapple/memi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memi

memi is the very cute slack bot.

Usage

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}

Commands

ping

Test reachability of memi bot.

@memi ping

link

Append markdown link to the Kibela note of $KIBELA_LINK_NOTE.

@memi link $URL

Title is optional.

@memi link $URL This is title

About

A sixteen-year-old bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published