A simple script for privately sending the same message to lots of users.
pip3 install -r requirements.txt
- Get your legacy token (
xoxp-
···) from the Slack API website - Place the generated token into
token.key
- Add newline-separated users inside
users.list
- Copy the message into
message.md
python3 send.py