wordsolver / .env.example
hansaka01's picture
Upload 11 files
771af3a verified
Raw
History Blame Contribute Delete
592 Bytes
# ── 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