https://github.com/frimik/slack_status
Slack channel member status dashboard. Shows status text and emojis from members of a chosen channel.
https://github.com/frimik/slack_status
python slack slack-api
Last synced: about 1 month ago
JSON representation
Slack channel member status dashboard. Shows status text and emojis from members of a chosen channel.
- Host: GitHub
- URL: https://github.com/frimik/slack_status
- Owner: frimik
- License: mit
- Created: 2019-12-19T07:33:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T09:23:30.000Z (over 6 years ago)
- Last Synced: 2025-09-20T23:56:06.445Z (9 months ago)
- Topics: python, slack, slack-api
- Language: Python
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack_status
Slack channel member status dashboard. Shows status text and emojis from members of a chosen channel.

# Usage
```sh
# example .envrc (if using direnv)
SLACK_TOKEN="xoxp-234335552523-abc123-xyz"
SLACK_BOT_NAME="Archer"
SLACK_BOT_ICON=":archer:"
FLASK_APP=main.py
FLASK_DEBUG=1
export SLACK_TOKEN SLACK_CHANNEL SLACK_BOT_NAME SLACK_BOT_ICON FLASK_APP FLASK_DEBUG
pip3 install -r requirements.txt
flask run
```
Now visit http://localhost:5000/channel/ABCD1234
You can get the channel ID from the web URL of a channel or a message by right-clicking any message in Slack and copying the link to it.
# See also
- [django-emoji](https://github.com/gaqzi/django-emoji) - A simple django app to use emojis on your website ⛺