https://github.com/michael-robbins/securitybot
An interface between chat applications and security programs
https://github.com/michael-robbins/securitybot
security slack-bot zoneminder
Last synced: 6 months ago
JSON representation
An interface between chat applications and security programs
- Host: GitHub
- URL: https://github.com/michael-robbins/securitybot
- Owner: michael-robbins
- License: gpl-3.0
- Created: 2017-05-15T08:56:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T19:28:35.000Z (almost 3 years ago)
- Last Synced: 2024-06-12T17:41:12.627Z (about 2 years ago)
- Topics: security, slack-bot, zoneminder
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SecurityBot/__init__.py
Awesome Lists containing this project
README
# SecurityBot
SecurityBot provides a bridge between human interfaces (eg. Slack) and security interfaces (eg. ZoneMinder).
Outstanding Features
* Allow the security interface to listen to ZM and post messages to slack proactively
* When under alarm, post a picture/still of the alarm event
* Make execution and listening of the security and human interfaces separate threads
* Create a common message bus pipe them together
* Make the loggers named after their interfaces, probably a sub-logger or something