import os from slack import WebClient slack_token = os.environ["SLACK_API_TOKEN"] client = WebClient(token=slack_token) response = client.
確定! 回上一頁