Allo Aloo, welcome to Botkit, ladies and gentlemen !
- Scaffolds a bot using Botkit
- Deploy it to Heroku
- dotenv for managing environmental variables
First, install Yeoman and generator-botkit using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-botkit
Then generate your new project:
yo botkit
- Update .env with your bot App ID and Password (if needed)
- Add your logic to bot.js
- This project is licensed under the terms of the MIT license and developed with love by Ouadie LAHDIOUI
- Feel free to make PRs, if there's anything you feel we could do better
- Full license text is available in LICENSE.md