A Ruby application
·
Report Bug
·
Request Feature
This is a slack bot that performs basic arithmetic operations .
- info
- greet
- den 3+3 or 3+3
- Ruby
- Dentaku
- Slack-Ruby-Bot
To get started with the app,create an
.env
file as below and get your api key
SLACK_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Clone the repo and then install the needed gems:
$ git clone
$ bundle install
$ foreman start
Finally, run the test suite:
$ rspec
👤 Adama Chubiyojo Desmond
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Fork it (https://github.com/kobiyoyo/DenBot/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push to the branch (git push origin feature/[feature-name])
- Create a new Pull Request
Give a ⭐️ if you like this project!
This project is MIT licensed.