- Install Slack CLI
- Install python 3.11
- Install pipenv
- Run
pipenv run login
to get a Slack API token. - Copy
.env.example
to.env
and update accordingly. - Run
pipenv run diff
to run the process. Won't show a diff until the second time you run it. Prints an alert if more than$LOG_THRESHOLD
users have been updated (does not includeupdated_date
).