Skip to content

Slack channel member status dashboard. Shows status text and emojis from members of a chosen channel.

License

Notifications You must be signed in to change notification settings

frimik/slack_status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack_status

Slack channel member status dashboard. Shows status text and emojis from members of a chosen channel.

Screenshot

Usage

# 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 - A simple django app to use emojis on your website ⛺

About

Slack channel member status dashboard. Shows status text and emojis from members of a chosen channel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published