Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.05 KB

Slack

Gio Cádiz

Description

Python script to send messages to Slack | Script en Python para enviar mensajes a Slack

Requirements

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

SLACK_TOKEN = 'my_token'
  • Replace the following line with your Slack channel:
channel="#my_channel",