Trakr is a minimal slack bot that is dedicated to tracking wordle scores in Data Solutions slack workspace.
- slack_bolt
- pytest
Spin up a virtual environment with venv/pyenv/whatever and install the readme:
pip install -r requirements.txt
Start the slack bot with:
python src/app.py
- command ro return particular score for user
- command to give weekly average of all users
- command to throw some cool graphs?
- code refactoring (a lot of it)
- probably switch to a database?
- logger
Contributions are welcome!