Documentation

Getting Started

Install the module, provide platform credentials, and run a platform-specific manual entry point.

Prerequisites

Install and verify

git clone https://github.com/pardnchiu/go-bot.git
cd go-bot
make build
make vet
make test

Run examples

make listen       # Telegram long polling
make dc-bot       # Discord gateway
make line-listen  # LINE webhook server

Use GEMINI_API_KEY or GOOGLE_API_KEY for voice commands. The cmd/ programs are manual contract-test tools rather than production binaries.

中文