This library was unfortunately made redundant before it left the gate by the great work from the guys over at the official Slack Python SDK 🤷♂️
This Library exists to provide an easy way to compose and send Slack Messages using the Slack Block kit!
pip install simple-slack-messaging
Put in env vars
from simple_slack import SlackMessenger, Message
greeting_message = Message()
greeting_message.text = "Hello I am a Slack message!"
send
dialog send
send files