initial commit of super simple map notifications for stoat

This commit is contained in:
jenz
2026-02-17 09:45:28 +01:00
parent 832aa8e6f7
commit 8d21f1bf42
8 changed files with 275 additions and 0 deletions
@@ -0,0 +1,13 @@
import mysql.connector
stoat_token = ""
stoat_url_map_notifications = ""
stoat_url_50_last_messages = ""
def get_connection_unloze_playtime():
return mysql.connector.connect(
host="127.0.0.1",
port=3306,
user="",
password="")