Home

Awesome

slack-rekarma

Slack user karma based on reactions.

Usage

From a slack channel type /rekarma. The full user karma list will be shown inline (visible just to you).

Integration

  1. Go to Apps and Integrations.
  2. Click on the to right button Build your own.
  3. Click on Make a custom integration
  4. Click on Slash Commands.
  1. Update the following info:

Developing

# Install python dependencies
$ pip install -r requirements.txt

# Set environment variables
$ export SREK_SLAK_API_KEY="YOUR-SLACK-API-KEY-HERE"
$ export REDIS_URL="YOUR-REDIS-URL"

# Start the flask web server
$ python runserver.py

# Start the rq worker
$ python worker.py

Deploy to Heroku

Deploy