Rotates my PFP by 90 degrees every 5 mins in the Hack Club Slack
- Create Slack app in dashboard and make tokens (
users.profile:read
andusers.profile:write
) - Make .env file (follow .env.example)
go build . && ./slack-pfp-rotator
- profit
Sam Poder's pfp changer for original inspiration
Slack API Docs - they weren't too useful but eventually helped get the job done
Licensed under unlicense