mattermost/examples/hello_python
Nick Misasi dcf2d8ba4b feat(10-01): implement example plugin with multiple hooks
Add plugin.py demonstrating SDK capabilities:
- OnActivate: Log activation, get server version via API
- OnDeactivate: Log deactivation
- MessageWillBePosted: Simple word filter example
- ExecuteCommand: /hello command with subcommand support

Also add requirements.txt specifying SDK dependency.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 15:27:55 -05:00
..
plugin.json feat(10-01): create example plugin manifest with Python runtime fields 2026-01-19 15:27:06 -05:00
plugin.py feat(10-01): implement example plugin with multiple hooks 2026-01-19 15:27:55 -05:00
requirements.txt feat(10-01): implement example plugin with multiple hooks 2026-01-19 15:27:55 -05:00