1.0.0 • Published 9 years ago
masterbot v1.0.0
A configurable chatbot for Telegram, Slack and Messenger via JSON file.
🚧 Under development. Version 1.0.0 will be released soon. 🤓
Usage
- Clone this repo
- Run
$ yarn
or$ npm i
- Copy polybot-test.sample.json as
polybot-test.json
- Run
$ node index.js
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
- Fork this repository to your own GitHub account and then clone it to your local device
- Start making changes
As always, you can use $ npm test
to run the tests and see if your changes have broken anything.
1.0.0
9 years ago