Chat bot for slack built on the real-time messaging API.
git clone [email protected]/bassettmb/slack-bot-dev
cd slack-bot-dev
npm install
- Add credentials for your bot to credentials/testbot.js
npm start
- Watches chat messages and chastises any user who writes profanity
- Responds to commands in the format 'Hey (your bot name)-(command)'
- 'Calculate (some basic arithmetic)': the bot will attempt to perform your calculation and respond with the answer
- 'Tell me a joke': the bot will respond with a randomly selected joke