Spaces:
Running
Running
File size: 592 Bytes
771af3a | 1 2 3 4 5 6 7 8 9 10 11 12 | # ββ Required ββββββββββββββββββββββββββββββββββββββββββββββββββ
# Get your BOT_TOKEN from @BotFather on Telegram
BOT_TOKEN=your_bot_token_here
# Get API_ID and API_HASH from https://my.telegram.org/apps
API_ID=12345678
API_HASH=your_api_hash_here
# ββ Optional βββββββββββββββββββββββββββββββββββββββββββββββββββ
# Dashboard port (default 7860 for Hugging Face Spaces)
PORT=7860
|