Skip to content

Instantly share code, notes, and snippets.

@Innismir
Innismir / forecast.py
Created December 27, 2024 01:29
Meshtastic Forecast Bot
#!/usr/bin/env python3
import requests, meshtastic, datetime, time, dateutil.parser, syslog
import meshtastic.tcp_interface
def greet_mesh():
current_time = time.localtime()
hour = current_time.tm_hour
if 5 <= hour < 12: