Skip to content

JeffreyVdb/slack-working-from-home

Repository files navigation

Slack wifi changer

Build Status

Getting started

  1. Get a slack legacy token
  2. build container
./build_container.sh slack-wifi-changer
  1. Create status file like status-example.json
  2. 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 ```

About

Change slack status based on wireless SSID

Resources

Stars

Watchers

Forks

Packages

No packages published