Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Methods

Individual Slack Web API method calls with the slack_sdk WebClient.

Read the docs to explore every method, or explore implementations of specific families.

What's on display

chat

Running an example

Each family ships a manifest.json requesting only the scopes it needs (chatchat:write). Create an app from it, then set a bot token and run an example module directly:

export SLACK_TOKEN="xoxb-your-token"
python -m src.chat.chat_post_message