A starter bot using the bBot engine, to make your own.
git clone amazebot/bbot-boilerplate MY_BOT
- to clone without git history, add
--depth 1
flag - or once cloned, start a fresh history
rm -rf .git && git init
npm install
get dependenciesnpm run setup
add your details
npm start
- customise index.js
- look at examples.js
- choose a message adapter (install package or use one we include).
- setting login credentials in .env file, environment or package settings.
- e.g. start chatting live with
npm start -- -m rocketchat
Easy deployment options coming soon.
Go to the bbot repo for system requirements.
See bbot.chat for get started guides.