mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 20:15:40 +00:00
- Add TelegramBridgeService: CHANNEL_MSG_RECV → sendMessage, per-chat queues, rate limiting, retries; aiohttp with requests fallback; HTML formatting, truncation, no DMs - Config [TelegramBridge]: api_token (or TELEGRAM_BOT_TOKEN), bridge.<channel>=chat_id - Normalize channel matching (strip #, case-insensitive) so bridge.HashTagChannel matches #HashTagChannel - Add config.ini / config.ini.example sections and docs/telegram-bridge.md (setup, private chat ID, troubleshooting)