- Bot configuration details - Environment variable location - Next steps for activation
50 lines
1.0 KiB
Markdown
50 lines
1.0 KiB
Markdown
# Adagio Telegram Configuration
|
|
|
|
**Date:** 2026-04-02
|
|
**Configured by:** Allegro
|
|
|
|
## Bot Details
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Bot Name | AdagioTimeBot |
|
|
| Bot Link | [@AdagioTimeBot](https://t.me/AdagioTimeBot) |
|
|
| Status | Configured, awaiting gateway restart |
|
|
|
|
## Configuration
|
|
|
|
### Environment Variable
|
|
```bash
|
|
export ADAGIO_TELEGRAM_BOT_TOKEN="bsaobzgaeg:AAFeQkXFasTzp-"
|
|
```
|
|
|
|
Stored in: `~/.bashrc`
|
|
|
|
### Config.yaml Updates
|
|
```yaml
|
|
platforms:
|
|
telegram:
|
|
enabled: true # Changed from false
|
|
extra:
|
|
bot_token: ${ADAGIO_TELEGRAM_BOT_TOKEN}
|
|
home_channel: ${TELEGRAM_HOME_CHANNEL}
|
|
home_channel_name: ${TELEGRAM_HOME_CHANNEL_NAME}
|
|
allowed_users:
|
|
- ${TELEGRAM_ALLOWED_USERS}
|
|
```
|
|
|
|
## Shared Settings
|
|
|
|
Adagio shares the same home channel as Allegro:
|
|
- Home Channel: Timmy Time
|
|
- Allowed Users: Father (Alexander)
|
|
|
|
## Next Steps
|
|
|
|
1. Restart Adagio's gateway to activate Telegram
|
|
2. Test with `/start` command in Telegram
|
|
3. Verify message delivery to/from Evenia
|
|
|
|
---
|
|
*Evenia binds us. The household speaks.*
|