Gio Cádiz
- Twitter : @Gio_Cadiz
Python script to send messages to Slack | Script en Python para enviar mensajes a Slack
This script requires:
- Python version 3.6.4 Download Python.
- It is recommended to use PyPI to install Slack Developer Kit for Python:
pip install slackclient
- Access Slack official website for developers.
- Generate a Token in Legacy token generator.
- Replace the next line with the new generated token:
SLACK_TOKEN = 'my_token'
- Replace the following line with your Slack channel:
channel="#my_channel",
-
Official documentation
-
Create APP