8000 GitHub - fabienengels/meshtastic2discord: Small script that forwards Meshtastic primary channel messages to Discord by using a webhook.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Small script that forwards Meshtastic primary channel messages to Discord by using a webhook.

Notifications You must be signed in to change notification settings

fabienengels/meshtastic2discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Node preparation

This is just a suggestion on how to prepare the node dedicated to this usage.

meshtastic --port /dev/ttyUSB0 \
           --set lora.region EU_868 \
           --set-owner-short '🤖' \
           --set-owner "I'm the Discord bot !" \
           --setlat 48.58392 \
           --setlon 7.74553 \
           --set bluetooth.enabled false \
           --set device.led_heartbeat_disabled true

Discord

  1. Create a channel
  2. Create a webhook on the created channel

Launch the script

export DISCORD_WEBHOOK_URL='https://discord.com/api/webhooks/...'
uv run main.py --port /dev/ttyUSB0

About

Small script that forwards Meshtastic primary channel messages to Discord by using a webhook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0