All of the bots I’ve found so far for Mattermost have been separate processes. I’d like one that integrates as a plugin. Something really simple would be perfect… I just want something that’ll reply to queries like the Slackbot Responses that Slack does.
I could abuse the Auto Link plugin for this, but I’d like something that has a better config interface.
There are example bot plugins that people have created if you scroll down a bit to the table and search for the “Bot” category - let me know if you’re looking for anything specific: https://about.mattermost.com/community-applications/.
Is there a way to automatically add a bot to all the public/private channels ? I’m looking to have my bot respond to direct messages between 2 peoples.
Thanks for the response. I’m not sure this will do. I have the hubot integration installed and it responds correctly to events in the channels it’s in (like town-square). What I’m trying to do is when 2 peoples talk to each other via direct message, I want hubot to act like an invisible account (automatically) in the private message so it could reply to events without the need to be invited in the said channel.