A slack bot that helps turn any channel into a clean Q&A space. It keeps things organized, gives people credit (points) for helping out, and makes life easier for moderators.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Moved everything to the db, no more static vars. added tiers and announcements for badges or whatever
Also added a welcome msg when user joins the channel (has some info too)
Created 2 slash commands, /profile to tell the user his points & /refresh-config to refresh configration if it's edited in supabase
Connected it to Supabase to store the leaderboard data and the constants
Also I could make a site for the leaderboard
It now do what i wrote on the readme for v1, next steps is to store the info in a database like supabase
Created the readme & did setup the python environment, api keys and did some experimenting with slack (as this is my first time building a slack bot)