spahrson / bbot-boilerplate

A starter bot using the bBot engine, to make your own.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bbot-boilerplate

A starter bot using the bBot engine, to make your own.

1. 🍴 Fork or clone this repo

  • 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

2. πŸ’» Setup your project

  • npm install get dependencies
  • npm run setup add your details

3. ✨ Test in shell

  • npm start

4. πŸ‘¨β€πŸ’» Start coding

  • customise index.js
  • look at examples.js

5. πŸ’¬ Run in a chat platform

  • 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.

About

A starter bot using the bBot engine, to make your own.

License:MIT License


Languages

Language:JavaScript 100.0%