Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k5342/webhook2status

webhook2status: an awesome and simple auth-token generator for setting Slack status via webhook, IFTTT and curl.
https://github.com/k5342/webhook2status

curl ifttt slack webhook

Last synced: 10 days ago
JSON representation

webhook2status: an awesome and simple auth-token generator for setting Slack status via webhook, IFTTT and curl.

Awesome Lists containing this project

README

        

# webhook2status
webhook2status: an awesome and simple request generator to change Slack status via webhook, IFTTT and curl.

Live version is here: https://webhook2status.ksswre.net/

## Installation
1. Create Slack app from Slack App Directory and issue `CLIENT_ID` and `CLIENT_ID_SECRET`.
1. Setup `.env` file using template `.env.example`.
1. Install dependencies: echo, godotenv, oauth2 (TODO: use dep).
1. `go run main.go` to launch webserver, visit `localhost:8888` from your web browser.

## TODO
- Add request generator to update Slack status ([API Doc](https://api.slack.com/methods/users.profile.set)).

## LICENSE
MIT