Skip to content

Client: Telegram

Ducky edited this page Sep 15, 2024 · 1 revision

Brief

(Todo)

Supported Posts

(Todo)

Configuration

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.

Authorizing

(Todo)

Creating a Bot

(Todo)

Creating a Channel

(Todo)

Testing

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.

Troubleshooting

(Todo)

✨ Home
🔧 Configuring
▶️ Running

⌨️ Commands
 ↳ Start/Stop/Status
 ↳ Usernames

🔌 Clients
 ↳ Bluesky
 ↳ X / Twitter
 ↳ Mastodon
 ↳ Telegram

⚙️ Library (Booski.Lib)
(Todo)

Clone this wiki locally