A collection of Discord integrations for Meshtastic communities.
Built in Python, powered by the MeshView API (Meshtastic MQTT schema).
Originally developed with the Louisiana Meshtastic community, but usable by any group running a MeshView backend.
- Chat Relay: Mirrors mesh chat packets from MeshView API into a Discord channel using webhooks.
- Lightweight Python service — easy to run inside a Linux container.
- Systemd integration for always-on operation.
- Modular design planned — future modules (node presence, stats, alerts) can be enabled independently.
- Debian 12+ (or similar Linux environment)
- Python 3.11+
requestslibrary (apt install python3-requests -y)
- Clone the repo
git clone https://github.com/LouisianaMeshCommunity/meshtastic-discord-integrations.git cd meshtastic-discord-integrations
Add your discord webhook URL in script and your MQTT server URL