manual improvement 2 & add telegram bot

This commit is contained in:
hamid
2026-07-27 23:58:16 +03:30
parent baa3cc63cd
commit e6a8f93a1e
57 changed files with 4181 additions and 2484 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "balinyaar-telegram-otp-bot",
"version": "1.0.0",
"private": true,
"description": "Standalone dev-only Telegram relay: exposes an HTTP endpoint the Balinyaar API calls to deliver OTPs to a fixed list of Telegram chat ids.",
"type": "module",
"main": "src/server.js",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node src/server.js"
}
}