RocketChat/botkit-starter-rocketchat

Name: botkit-starter-rocketchat

Owner: Rocket.Chat

Description: A starter kit for building a custom Rocket.Chat bot with Botkit Studio

Created: 2018-04-26 11:20:31.0

Updated: 2018-04-26 12:21:51.0

Pushed: 2018-04-26 12:21:50.0

Homepage: null

Size: 3

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

botkit-starter-rocketchat

A starter kit for building a custom Rocket.Chat bot with Botkit Studio

This is a work in progress for the two communities to collaborate on to achieve the integration proposed in this issue on the main Rocket.Chat project: https://github.com/RocketChat/Rocket.Chat/issues/9937

It follows the example of other Botkit starter projects, like https://github.com/howdyai/botkit-starter-slack to provide a starting point for building bots for teams and communities on Rocket.Chat

This project will use the botkit-rocketchat-connector dependency to provide the controller access to Rocket.Chat message streams, methods and events. Something like the following:

t Botkit = require('botkit')
t connector = require('botkit-rocketchat-connector')
t controller = connector(Botkit, options)
roller.startTicking()

When complete, this readme should be updated with usage and configuration docs, to help new users to either Botkit or Rocket.Chat with the end to end concerns.

It may also end up being moved to be maintained under the howdyai organisation, depending on what makes sense for the contributors doing most of the maintenance.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.