- Get a slack legacy token
- build container
./build_container.sh slack-wifi-changer
- Create status file like
status-example.json
- Run container with
SLACK_TOKEN
environment variable and configuration file
podman run --rm --net=host -it -v $HOME/slack-status.json:/slack.json:Z \
-e SLACK_STATUS_FILE=/slack.json -e SLACK_TOKEN=your-slack-token localhost/slack-wifi-changer ```