mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
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>
4 lines
193 B
Text
4 lines
193 B
Text
# Mattermost Plugin SDK for Python
|
|
# In development, install with: pip install -e ../../python-sdk
|
|
# In production, install with: pip install mattermost-plugin-sdk
|
|
mattermost-plugin-sdk>=0.1.0
|