8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
|
# Telegram API credentials (get from https://my.telegram.org/apps)
|
||
|
TELEGRAM_API_ID=your_api_id_here
|
||
|
TELEGRAM_API_HASH=your_api_hash_here
|
||
|
TELEGRAM_PHONE=+1234567890
|
||
|
|
||
|
# Grok API key (get from https://console.x.ai/)
|
||
|
GROK_API_KEY=your_grok_api_key_here
|