A simple tool to automatically update your status in Mattermost based on your current activity in Google meet.
- Automatically updates your Mattermost status based on Google meet session.
-
Clone the Repository
First, clone the repository to your local machine:git clone https://github.com/amin212121/mattermost-status-updater.git cd mattermost-status-updater
2Configuration
You need to configure the tool with your Mattermost credentials and preferences:
- Obtain your Mattermost API token from your Mattermost account settings.
- Run the Script
Once the configuration is set up, you can sing in at Google meet. This will update your Mattermost status to the specifiedstatus_text
andstatus_emoji
.
You can customize and trigger status updates programmatically based on various conditions. The script listens for events, or you can call specific functions to update your status directly.
Contributions are welcome! If you would like to improve this project, feel free to:
- Fork the repository.
- Make your changes.
- Open a pull request.
Please ensure your code is well-documented and follows Python best practices.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Mattermost team for providing an API to interact with the platform.
- Special thanks to the open-source community for their contributions and support.