Python을 활용하여 Slack MSG Send
Python Slacker module 설치
pip install slacker
from slacker import Slacker
token = 'xoxo-토큰값'
slack = Slacker(token)
slack.chat.post_message('#channelName', 'message_descripton')'IT > Python' 카테고리의 다른 글
| Python을 활용하여 Kakao 등록 팀원 UUID 값 가지고오기 (0) | 2021.01.14 |
|---|---|
| Python을 활용하여 Kakao MSG Send Me (0) | 2021.01.14 |
| Windows 스케줄러 Python Script 사용 (0) | 2021.01.14 |
| KakaoTalk Proxy Server (0) | 2021.01.14 |
| Python Pyinstaller Control (0) | 2021.01.14 |
