/karmabot

Building a Hipchat like Karma bot for Slack

Primary LanguagePython

Building a Karma Bot with Python and the Slack API

BCH compliance

Inspiration: hipchat

PyBites Article: From Script to Project part 1. - Building a Karma Bot with Python and the Slack API

karma example

Update 06.09.2018: karmabot now supports commands, add them to the commands/ subdirectory, then import it to bot/slack.py and add it to BOT_COMMANDS. More info: https://www.youtube.com/watch?v=Yx9qYl6lmzM&t=2s

Update 01.11.2018: depending the type of commands you contribute, we merge it into master (= @karmabot revision used on our Slack). For more general purpose commands, not directly relevant to our @karmabot / Slack community, we made a utils branch. We will merge those type of commands into that branch.