Код: Выделить всё
def send_msg_to_slack(message: str, channel: str) -> None:
....
client = slack.WebClient(token=credential["token"])
client.chat_postMessage(channel=channel, text=message)
send_msg_to_slack("please ignore:","slack_channel")
Код: Выделить всё
please ignore : [`ignore`](/ignore/ignore.py)
Код: Выделить всё
please ignore :
Подробнее здесь: https://stackoverflow.com/questions/798 ... ck-message
Мобильная версия