Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polidog/slack-wifi-status
https://github.com/polidog/slack-wifi-status
golang slack
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/polidog/slack-wifi-status
- Owner: polidog
- License: mit
- Created: 2017-10-22T06:19:58.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:27:08.000Z (about 2 months ago)
- Last Synced: 2024-09-16T01:37:38.869Z (about 2 months ago)
- Topics: golang, slack
- Language: Go
- Homepage: https://polidog.jp/2017/10/22/slack/
- Size: 19.5 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-wifi-status
slack-wifi-status is command to change slack status by connecting WiFi.
## Install
download file is [here](https://github.com/polidog/slack-wifi-status/releases).
Unsupported Windows and Linux.## Setting
```toml
// ~/.slack-wifi-status.toml[slack]
token = "your-slack-token"[wifi]
[[wifi.list]]
name = "your-target-wifi-name"
message = "status message"
emoji = ":office:" // your emoji[[wifi.list]]
name = "home-wifi"
message = "status message"
emoji = ":house:" // your emoji
```## Use
```
$ slack-wifi-status
```or
```
$ slack-wifi-status --config=~/foo.toml
```### help
```
$ slack-wifi-status -h
```