A bot that overanalyses your Slack ID and links it back to your profile fields
Zed for AI completions, opus 4.6 for debugging. Also the project itself uses AI.
A bot that overanalyses your Slack ID and links it back to your profile fields
Zed for AI completions, opus 4.6 for debugging. Also the project itself uses AI.
I hate the slack api. But this project turned out pretty well. I do have some features I might add at some point.
Added comments, error handling, that kinda stuff. Also made it so you can do # in front of messages and it will ignore it.
Log in to leave a comment
It works!!!! Time to clean up some code
Log in to leave a comment
I now have usable data to give to the model
Log in to leave a comment
Finally implemented field fetching, so fields are cached, and fetched from slack api if it encounters an unknown one. This should not have taken this long.
Log in to leave a comment
Fetching user info works!
Log in to leave a comment
Just replaced all my code with slack-edge which abstracts away a lot of stuff like verifying URL, events, etc. It now means I don’t need janky types and stuff and the code looks better.
Log in to leave a comment
Initialised the project, and verified the URL for events
Log in to leave a comment