-
-
Save KyMidd/1c19431143860863fa3efe805a3d51cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Works | |
| import os | |
| import logging | |
| from slack_sdk import WebClient | |
| #logging.basicConfig(level=logging.DEBUG) | |
| client = WebClient(token=os.environ["SLACK_BOT_TOKEN"]) | |
| res = client.api_test() | |
| print(res) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment