telekit auth status tells you which are missing.
1. Install
Mac app (standalone): download Telekit from telekit.io and complete the wizard. It installs the compiled bridge and can create the bot for you. Compiled CLI (invited GitHub collaborators): from a privateyevgetman/telekit-releases release, put install.sh, VERSION, SHA256SUMS, and the tarball for your arch in one folder, then sh install.sh.
From source:
2. Create a Telegram bot
In Telegram, open @BotFather.- Existing bot:
/mybots→ API Token. - New bot:
/newbot, then copy the token.
3. Store the token
getMe and stores it in the macOS Keychain (Linux: the file store). Never paste a token into chat or a shell history-friendly command line.
4. Claim the owner chat
The owner is the only chat the default bot will answer until you grant others./claim to your bot from a private chat. Confirm the identity telekit prints.
If you already know your numeric id:
/whoami later to confirm.
5. Install and start the daemon
telekit daemon run is the foreground loop (what the service execs). You do not run it by hand once the service is loaded.