feat: Add initial telegram functions
All checks were successful
Build Docker / BuildImage (push) Successful in 1m0s

This commit is contained in:
2025-07-25 15:33:56 +10:00
parent e2d0122f91
commit 61cc135a6f
8 changed files with 413 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ HSD_PORTS = {
HSD_PORT = HSD_PORTS.get(HSD_NETWORK, 12037)
HSD_URL_FULL = f'http://x:{HSD_API_KEY}@{HSD_URL}:{HSD_PORT}' if HSD_API_KEY else f'http://{HSD_URL}:{HSD_PORT}'
print(f"Using HSD URL: {HSD_URL_FULL}")
if not os.path.exists('data'):
os.makedirs('data')