https://github.com/surface-security/django-slack-processor
Django app to manage a slack bot with support for custom message processors
https://github.com/surface-security/django-slack-processor
Last synced: 9 months ago
JSON representation
Django app to manage a slack bot with support for custom message processors
- Host: GitHub
- URL: https://github.com/surface-security/django-slack-processor
- Owner: surface-security
- License: mit
- Created: 2022-01-18T13:50:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T22:55:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T14:37:14.442Z (over 1 year ago)
- Language: Python
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## SlackBot
Django app to manage a slack bot with support for custom message processors
Available settings:
* `SLACKBOT_BOT_TOKEN` - ...
* `SLACKBOT_APP_TOKEN` - ...
* `SLACKBOT_USER_MODEL` - ...
## Testing
...