Skip to content

wooddar/simple-slack-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤷‍♂️

simple-slack-messaging

CircleCI

This Library exists to provide an easy way to compose and send Slack Messages using the Slack Block kit!

Installation

pip install simple-slack-messaging

Put in env vars

Usage

from simple_slack import SlackMessenger, Message

greeting_message = Message()
greeting_message.text = "Hello I am a Slack message!"

Message composition

Message Accessories

Sending messages

send

Sending Dialogs

dialog send

Sending files

send files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages