Ket.ai is an telegram bot that functions as a chatbot.
- Start Command:
/start
to get an introduction and available commands. - Help Command:
/help
provides information on how to use the bot and its commands.
BOT_TOKEN='Your Telegram Bot Token'
CCGO_ENABLED=0 go build -ldflags '-w -s' main.go
upx -9 -q -f --ultra-brute -o ketai main # Optional, too slow
docker build -t ket.ai .
docker run -d --name ketai
This project is licensed under the terms of the GNU General Public License v3.0.