tgbot 0.0.5
tgbot: ^0.0.5 copied to clipboard
A CLI tool that bridges Telegram messages to Codex, 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-Codex 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
''');
}