Why is my Slack ID? banner

Why is my Slack ID?

7 devlogs
2h 49m 34s

A bot that overanalyses your Slack ID and links it back to your profile fields

This project uses AI

Zed for AI completions, opus 4.6 for debugging. Also the project itself uses AI.

Demo Repository

Loading README...

inw

Shipped this project!

I hate the slack api. But this project turned out pretty well. I do have some features I might add at some point.

inw

Added comments, error handling, that kinda stuff. Also made it so you can do # in front of messages and it will ignore it.

Attachment
0
inw

It works!!!! Time to clean up some code

Attachment
0
inw

I now have usable data to give to the model

Attachment
0
inw

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.

Attachment
0
inw

Fetching user info works!

Attachment
0
inw

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.

Attachment
0
inw

Initialised the project, and verified the URL for events

Attachment
0