Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

7ojo/p6-mattermost-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mattermost Hackable bots

Enabling communication from Mattermost

-> Integrations -> Outgoing Webhook

Running through Docker

Do the build first with all the tools and libraries available:

$ docker build -t mattermost-bot .

Then run it: (Note: This will expose bot communication on port 4444)

$ docker run -it -p 4444:4444 -v `pwd`:/bot mattermost-bot perl6 examples/echo-bot.p6 --token=xxx --port=4444

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published