|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
.gitignore | ||
DEPENDENCIES | ||
LICENSE | ||
mumtrix.py | ||
README.md |
Mumtrix
TOC: About – Getting Started – Usage – License – Contribute – Contact – Acknowledgments
About
Posts the current count of online users – on Mumble – to a Matrix room.
Getting started
Requirements
- Python 3
- Matrix Webhook
Installation
-
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
Usage
- 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
Contribute
See github.com/firstcontributions.
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Matrix: #mumtrix:cozy.town
Github: github.com/mumtrix
Gitea (Mirror): code.cozy.town/mumtrix