- Notifications
You must be signed in to change notification settings - Fork0
Python script to show yourself as typing in Slack whenever some types in a channel/DM you belong to.
License
NotificationsYou must be signed in to change notification settings
joetimmerman/slack-py-type
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Script for Slack to show yourself as typing whenever someone starts typing to you, and stop when they stop typing.
This is an adapation ofthis brilliant/evil project from Ruby to Python. As soon as someone starts typing to you in Slack, it will show you as typing in the same channel.
Note that the Python Slack dev kit doesn't seem to have any built-in functionality for updating typing status using the real time messaging interface, so you'll need to use myfork with the functionality added. By default, this script assumes the slackclient package will be in the same directory as the script.