Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 538 Bytes

File metadata and controls

25 lines (18 loc) · 538 Bytes

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