Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt

Use this file to discover all available pages before exploring further.

Use the Telegram bot when a human operator wants mobile access to SimpleFunctions alerts, slash commands, and natural-language follow-up.

Start

sf telegram --token YOUR_BOTFATHER_TOKEN --daemon
Restrict the bot to one chat:
sf telegram --token YOUR_BOTFATHER_TOKEN --chat-id 123456789 --daemon
Use environment variables instead of flags:
export TELEGRAM_BOT_TOKEN=YOUR_BOTFATHER_TOKEN
sf telegram --chat-id 123456789 --daemon

Operate

sf telegram --status
sf telegram --stop

Use with runtime

Run Telegram beside the execution runtime or agent:
sf runtime start --smart --daemon
sf telegram --daemon
sf runtime status --json
Use this setup when runtime/agent activity should wake a human operator away from the terminal.

What it is for

JobUse
Mobile alertsReceive runtime, position, edge, or market alerts.
Quick inspectionAsk about a market or thesis from a phone.
Operator handoffPush important daemon events to a human.
Voice/short notesBridge quick operator notes into the agent workflow.
Do not paste exchange keys into Telegram. Configure credentials through sf login, sf setup, environment variables, or the cloud runtime setup flow.