Skip to content

vinay-dawani/Trakr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trakr

GitHub tag (latest SemVer) wakatime Python formatter GitHub Slack PRs Welcome

Trakr is a minimal slack bot that is dedicated to tracking wordle scores in Data Solutions slack workspace.

Packages

  • slack_bolt
  • pytest

Installation

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

Roadmap

  • 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

Contributing

Contributions are welcome!

License

GNU AGPL v3