quantforge-miner / core /telegram_bot.py

Commit History

Treat 403 INQUIRY_INCOMPLETE responses as pending status during biometric polling
30f41f2

DevWizard-Vandan commited on

Add rate limit (429) backoff handling and error logging to biometric authentication initiation
b0557a1

DevWizard-Vandan commited on

Configure biometric poll URL to hit the original inquiry location instead of authentication, and handle 202 status code
209f51c

DevWizard-Vandan commited on

Inject rich diagnostic logging into biometric polling loop to track inquiry locations and cookies
0e43f5b

DevWizard-Vandan commited on

Simplify biometric recovery polling by periodically re-POSTing basic auth to get 201 when Persona scan completes
a6c1e74

DevWizard-Vandan commited on

Follow biometric redirects back to WorldQuant and capture session cookies, and add /force-cookie command to bot
f389a09

DevWizard-Vandan commited on

Capture and attach challenge cookies to biometric verification get requests
7e7a9e6

DevWizard-Vandan commited on

Separate Basic Authentication header from client defaults in biometric auth initiation
96cbed9

DevWizard-Vandan commited on

Instantiate biometric client with pre-configured headers to preserve agent headers during polling
c9ed550

DevWizard-Vandan commited on

Correctly serialize allowed_updates array for Telegram API, use direct biometric URL, and simplify alert formatting
c10d5b9

DevWizard-Vandan commited on

Implement interactive biometric verification polling and inline callback commands in Telegram bot
77e7249

DevWizard-Vandan commited on

Implement wake_event synchronization to instantly resume recovery loop upon HTTP cookie updates
f168c51

DevWizard-Vandan commited on

feat: implement /quick-auth and mobile browser bookmarklet for one-tap biometric session cookie syncing
f1b2ba7

DevWizard-Vandan commited on

fix: switch TelegramNotifier to HTML formatting to resolve markdown entity parsing crashes
00d6dcd

DevWizard-Vandan commited on

feat: Add Telegram API Proxy support to bypass Hugging Face firewall blocks
7a99229

DevWizard-Vandan commited on

fix: rewrite Telegram notifier client to use httpx.AsyncClient to prevent aiohttp uvloop connection timeouts
a978879

DevWizard-Vandan commited on

fix: disable SSL verification for Telegram notifier client to prevent container-level certification crashes
259a55c

DevWizard-Vandan commited on

feat: Add keep-alive loop, Telegram auth recovery system, and fix main.py NameError crash
c5cc882

DevWizard-Vandan commited on