Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aminehsan/slack-messenger

A Python library for sending messages to Slack
https://github.com/aminehsan/slack-messenger

bot messenger python slack

Last synced: 12 days ago
JSON representation

A Python library for sending messages to Slack

Awesome Lists containing this project

README

        

# A Python library for sending messages to Slack

![Incoming Webhooks](https://github.com/aminehsan/Slack-Messenger/blob/main/1.png)

## How to run Python
```bash
messenger = SlackMessenger(url='...')

messenger.send(text='...', blocks=[...])
```

#### Structure :
```
├── slack_messenger.py
├── requirements.txt
```