Skip to content

seblm/xebia-essentials-slackbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xebia-essentials-slackbot

A slack bot that show you a random xebia-essentials card each day.

Rules once integrated

Invite xebia-essentials bot to any channel. If someone talk in the same message about card and day (like what is the card of the day?) then xebia-essentials bot will respond to you with some nice card.

If you want to change the card of the day and the other ones, just send a private message to xebia-essentials bot with shuffle word into it. xebia-essentials bot will shuffle all cards and will show you another one once you'll ask him another time what's the card of the day.

How to run it?

If you have java and maven on your host:

mvn clean install

Else:

docker run --interactive --tty --workdir=/opt/maven --volume ${PWD}:/opt/maven --volume ${HOME}/.m2:/root/.m2 \
  maven:latest mvn clean install

Then

docker build --tag=xebia-essentials-slackbot .
docker run [--interactive --tty|--detach] xebia-essentials-slackbot <API Token>

About

a bot that show essential card of the day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published