TOC: About – Getting Started – Usage – License – Contribute – Contact – Acknowledgments
Posts the current count of online users – on Mumble – to a Matrix room.
- Python 3
- Matrix Webhook
-
Configure Matrix Webhook ❗️
-
Clone the repo
git clone --depth=1 https://github.com/mumtrix/mumtrix.git
-
Create venv
python -m venv /path/to/new/virtual/environment
-
Activate venv
Shell | Command |
---|---|
bash/zsh | source <venv>/bin/activate |
Windows CMD | C:\> <venv>\Scripts\activate.bat |
ℹ️ For other shells consult the venv documentation
-
Install dependencies
pip install -r DEPENDENCIES
-
Generate config
python mumtrix.py
-
Tailor the config
mumtrix.ini
to your needs
- Activate venv
Shell | Command |
---|---|
bash/zsh | source <venv>/bin/activate |
Windows CMD | C:\> <venv>\Scripts\activate.bat |
ℹ️ For other shells consult the venv documentation
-
(optional) Edit the config
mumtrix.ini
-
Run Mumtrix
python mumtrix.py
See github.com/firstcontributions.
Distributed under the MIT License. See LICENSE for more information.
Matrix: #mumtrix:cozy.town
Github: github.com/mumtrix
Gitea (Mirror): code.cozy.town/mumtrix