# mattermost-notify **Repository Path**: mirrors_Dexus/mattermost-notify ## Basic Information - **Project Name**: mattermost-notify - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mattermost-notify This tool is desired to post messages to a mattermost channel. You will need a mattermost webhook URL and give a channel name. ## Installation ### Requirements Python 3.7 and later is supported. ### Install using pip pip 19.0 or later is required. You can install the latest stable release of **mattermost-notify** from the Python Package Index (pypi) using [pip] python3 -m pip install --user mattermost-notify ## Usage Print a free text message: ``` mnotify-git --free "What a pitty!" ``` Print a github workflow status: ``` mnotify-git -S [success, failure] -r -b -w -n ``` ## License Copyright (C) 2021-2022 Jaspar Stach Licensed under the [GNU General Public License v3.0 or later](LICENSE).