Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created November 25, 2024 01:16
Show Gist options
  • Select an option

  • Save KyMidd/1c19431143860863fa3efe805a3d51cb to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/1c19431143860863fa3efe805a3d51cb to your computer and use it in GitHub Desktop.
# 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