A slack app that sends kudos to your team mates.
Do you want to praise someone but without having an unnecessary conversation around it? Well, Kudosbot can help you. Kudosbot is a slack application that sends a kudos to your teammates as a token for appreciation for a job well done. Simple.
Todo
Kudosbot will send the kudos to the tagged person public channel 🚀
Todo
- 0.0.1
- The first proper release
- 1.0
- Rewrote in Python, Added Modal using interactive elements for Slack
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/nikhilgurnani/kudosbot/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request