A lightweight Python library for sending messages to Mattermost via incoming webhooks. Current version 0.3, supports Python >=3.10. Minimal updates since 2023.
pip install matterhookNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with webhook URL and send a simple text message.
Consider using 'mattermostdriver' or direct HTTP requests via 'requests' for active support.
Always pass the complete URL and set ssl_verify=False if using internal/untrusted certs.
if not m.send(...): handle error explicitly.
No dependency data recorded yet.