The Real Time Messaging (RTM) API is a WebSocket-based API that allows you to receive events from Slack in real time and send messages as users. If you prefer events to be pushed to you instead, we ...
slack.py is a Python script used to send IOT messages via slack to users. slack.py will run under both Python 2 and Python 3. It was tested on Python 2.7.13 and Python 3.5.3. import slack # Get the ...