-
Notifications
You must be signed in to change notification settings - Fork 0
Client: Telegram
Ducky edited this page Sep 15, 2024
·
1 revision
(Todo)
(Todo)
To connect to Telegram, this configuration must be placed under .Clients
in config.json
(see Configuring for more details).
"Telegram": {
"Channel": "<channel>",
"Token": "<token>"
}
Placeholders (e.g.
<item>
) are referenced below as values you should change.
(Todo)
(Todo)
(Todo)
To test a connection to Telegram works, run:
booski start \
--no-daemon \
--no-connect-mastodon \
--no-connect-x \
--exit-connect
A successful connection to Telegram will output ✅ Connected to Telegram: @<your-telegram-bot-username> (<your-telegram-bot-id>)
. An unsuccessful connection to Telegram will output ⚠️ Unable to connect to Telegram
— this may just be a fluke (downtime?), but if the problem persists, see Troubleshooting.
(Todo)
✨ Home
🔧 Configuring
⌨️ Commands
↳ Start/Stop/Status
↳ Usernames
🔌 Clients
↳ Bluesky
↳ X / Twitter
↳ Mastodon
↳ Telegram
⚙️ Library (Booski.Lib
)
(Todo)