Metadata-Version: 2.1
Name: django-slack-processor
Version: 0.0.3
Summary: Django app to manage a slack bot with support for custom message processors
Home-page: https://github.com/surface-security/django-slack-processor
Author: PPB - InfoSec Engineering
Author-email: surface@paddypowerbetfair.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## 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

...


