Skip to content

Instantly share code, notes, and snippets.

@sht
Created August 5, 2021 11:38
Show Gist options
  • Select an option

  • Save sht/eada24b563efcb43cca82796fada6d67 to your computer and use it in GitHub Desktop.

Select an option

Save sht/eada24b563efcb43cca82796fada6d67 to your computer and use it in GitHub Desktop.
Slack API by Python
from slack_sdk import WebClient
from slack_sdk.errors import SlackApiError
client = WebClient(token="xoxb-xxxxxx")
client.chat_delete(channel='DTC82MYK7', ts='1628163247.164400')
@sht
Copy link
Author

sht commented Jun 10, 2022

print ( s['user']['id'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment