-
파이썬 슬랙 파일 업로드 Python slack file uploadIT 2020. 7. 8. 10:33
import requests
url = ''http://google.ca”
files = {'file': open('/home/one.png, 'rb')}
r = requests.post(url, files=files)
r.text
슬랙 설정
https://api.slack.com/methods/files.upload/test
files.upload 설정을 하고 url 입력 값을 파이썬에 넣는다
'IT' 카테고리의 다른 글