Q&A bot

Q&A bot

7 devlogs
10h 46m
•  Ship certified
Created by Obay

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.

Timeline

Ship 2

0 payouts of shell 0 shells

Obay

7 days ago

Obay Covers 3 devlogs and 3h 32m

you can now use /make-mentor to make yourself a mentor to experience the features of the bot

Update attachment

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)

Update attachment

Created 2 slash commands, /profile to tell the user his points & /refresh-config to refresh configration if it's edited in supabase

Update attachment

Ship 1

1 payout of shell 150.0 shells

Obay

about 1 month ago

Obay Covers 4 devlogs and 7h 13m

Switched to socket mode & Deployed it to nest and now it fully works

Update attachment

Connected it to Supabase to store the leaderboard data and the constants

Also I could make a site for the leaderboard

Update attachment

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)

Update attachment