https://github.com/lasuillard/django-slack-tools
Little helpers working with Slack bot 🤖 in Django.
https://github.com/lasuillard/django-slack-tools
django python slack slack-bot
Last synced: 4 months ago
JSON representation
Little helpers working with Slack bot 🤖 in Django.
- Host: GitHub
- URL: https://github.com/lasuillard/django-slack-tools
- Owner: lasuillard
- License: mit
- Created: 2023-12-08T05:37:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:57:54.000Z (9 months ago)
- Last Synced: 2024-10-21T19:00:07.411Z (9 months ago)
- Topics: django, python, slack, slack-bot
- Language: Python
- Homepage: https://lasuillard.github.io/django-slack-tools/
- Size: 621 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# django-slack-tools
[](https://opensource.org/licenses/MIT)
[](https://github.com/lasuillard/django-slack-tools/actions/workflows/ci.yaml)
[](https://codecov.io/gh/lasuillard/django-slack-tools)
Little helpers working with Slack bot 🤖 in Django.
This project aims to implementing helpful features making Slack bot and providing reusable Django apps integrated with database.
## ✨ Features
Key features are:
- [x] Reusable Django app for Slack messaging with various messaging backends for different environments
- [x] Database-backed Slack messaging policies with simple dictionary-based template
- [x] Message histories
- [x] Built-in admin for management working with Slack workspace
- [x] Celery support for messaging backends, management and shortcut tasks, etc.
- [x] Django template support
And more in future roadmap...
- [ ] New Django apps and helpers for Slack features such as modals, event subscription, etc.
- [ ] More fine working example with rich documentation
Currently it is focused on messaging features. In future, hoping to bring more helpful features across Slack Bot ecosystem, such as event subscriptions, modals, bot interactions, etc.
## 🗞️ Documentation
Please check the [documentation](https://lasuillard.github.io/django-slack-tools/) for more details.
## 💖 Contributing
All contributions and helps are welcome. Please check the [CONTRIBUTING.md](./CONTRIBUTING.md) file for about details.
## 📜 License
This project is licensed under the terms of the MIT license.