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