Getting Started
Install the module, provide platform credentials, and run a platform-specific manual entry point.
Prerequisites
- Go 1.25.0
- Platform credentials
ffmpeginPATHfor voice features- A public HTTPS reverse proxy for LINE webhook testing
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.