tgbot 0.2.2 copy "tgbot: ^0.2.2" to clipboard
tgbot: ^0.2.2 copied to clipboard

A CLI tool that bridges Telegram messages to AI CLIs (Codex, Cursor Agent, OpenCode, Gemini, Claude), allowing you to interact with AI agents through a Telegram bot.

example/main.dart

void main() {
  print('''
tgbot <command> [options]

Commands:
  start      Start the Telegram-AI CLI bridge
  init       Generate a starter tgbot.yaml config file
  validate   Validate a config file without starting
  upgrade    Upgrade tgbot to the latest version

Flags:
  -h, --help       Print usage help
  -v, --version    Print the version
''');
}
1
likes
0
points
892
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool that bridges Telegram messages to AI CLIs (Codex, Cursor Agent, OpenCode, Gemini, Claude), allowing you to interact with AI agents through a Telegram bot.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, path, yaml

More

Packages that depend on tgbot