Skip to content

Simple script for relaying meshtastic messages onto Discord.

License

Notifications You must be signed in to change notification settings

afourney/discord_mesh_bot

Repository files navigation

discord_mesh_bot

Simple script for relaying meshtastic messages onto Discord.

To get going, you should create a webhooks.bash script that sets the appropriate environment variables for the webhooks:

# File: webhooks.bash
export DISCORD_WEBHOOK='https://discord.com/api/webhooks/...'
export TEST_WEBHOOK='https://discord.com/api/webhooks/...'

Then set up your python virtual environment

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

The run the bot

bash mqtt.bash

About

Simple script for relaying meshtastic messages onto Discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published