/rollmops-bot

a mops that rolls your slack experience!

Primary LanguagePython

rollmops-bot

Build Status

rollmops-bot is a slack bot written in python. Does it need a purpose other than posting a rollmops picture?

installation

pip install ./

usage

export your slack API KEY that you can get from your slack profile.

export ROLLMOPS_SLACK_API_KEY=<API-KEY>
./rollmops/rollmops_bot.py

contribution

  • If you want to contribute, make sure that you write tests for the code you are submitting.
  • If you install it with pip install -e ./ you can edit your code without the need to reinstall.