Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultyng/streamdeck-slack
Stream Deck plugin for Slack
https://github.com/paultyng/streamdeck-slack
slack stream-deck streamdeck streamdeck-plugin
Last synced: about 2 months ago
JSON representation
Stream Deck plugin for Slack
- Host: GitHub
- URL: https://github.com/paultyng/streamdeck-slack
- Owner: paultyng
- License: mit
- Created: 2022-11-02T19:54:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T23:20:39.000Z (about 2 years ago)
- Last Synced: 2024-05-01T19:49:12.052Z (8 months ago)
- Topics: slack, stream-deck, streamdeck, streamdeck-plugin
- Language: Go
- Homepage:
- Size: 643 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/paultyng/streamdeck-slack/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/paultyng/streamdeck-slack/actions/workflows/ci.yml)
# Stream Deck Plugin for Slack
Provided Actions:
![image](https://user-images.githubusercontent.com/422474/199592000-9e7b7cf2-a1b8-4faa-95db-afffa679fa85.png)
- **Slack User** - shows a user's profile picture, presence indicator and custom status emoji
- **Slack Presence** - shows whether your presence is configured as away or "auto" and lets you toggle it
- **Slack Status** - allows you to toggle a custom status emoji## Installation
Create a Slack app using the included [manifest](./slack-app/manifest.yml). You can also use the included [icon](./slack-app/icon.png). Once it is created, copy your user token for use is the action button properties.
Download the **.streamDeckPlugin** file from the latest [release](https://github.com/paultyng/streamdeck-slack/releases). This file should already be associated with the Stream Deck app for opening and once its opened, the Slack actions will be available to be added.
## Developing / Running from Source
There is currently an installation script for Windows (**install.ps1**).