rollmops-bot is a slack bot written in python. Does it need a purpose other than posting a rollmops picture?
pip install ./export your slack API KEY that you can get from your slack profile.
export ROLLMOPS_SLACK_API_KEY=<API-KEY>
./rollmops/rollmops_bot.py- 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.