1.0.0 • Published 9 years ago

masterbot v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

npm.io

Build Status JavaScript Style Guide

A configurable chatbot for Telegram, Slack and Messenger via JSON file.

🚧 Under development. Version 1.0.0 will be released soon. 🤓

Usage

Deployment

masterbot was made to run with now (from first commit). So, you only need to to run:

$ now -e NODE_ENV=production

or you can deploy as a common node app.

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Start making changes

As always, you can use $ npm test to run the tests and see if your changes have broken anything.