- Meaningless work on the slack
- Install
slack-sdk
# pip install slack_sdk
- or Install
requests
# pip install requests
- Refer to a API guide
- Retrieve the list of users who have joined on channel
- Retrieve all users in slack workspace
- Retrieve the uploaded files what files uploaded on channel
- Bot sending direct message to user
- Bot send a file to channel
- Bot send a file to user as a direct_message
- Invite user to channel
- If you find this helpful, please consider giving it a "star"🌟 to support further improvements.