Skip to main content

Mattermost.ts

Mattermost.ts allows the creation of smart and uniqe bots and is writen in TypeScript and built for Deno, the secure and fast version of node.
Here is a bot example

import Mattermost from "./deno.ts"
const bot = new Mattermost("YOUR URL", "YOUR TOKEN", 1/* if your mattermost server uses ssl*/)