Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 713 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 713 Bytes

Ketard AI Bot

Overview

Ket.ai is an telegram bot that functions as a chatbot.

Commands

  • Start Command: /start to get an introduction and available commands.
  • Help Command: /help provides information on how to use the bot and its commands.

Usage

Create .env with the following content

BOT_TOKEN='Your Telegram Bot Token'

Build

CCGO_ENABLED=0 go build -ldflags '-w -s' main.go
upx -9 -q -f --ultra-brute -o ketai main # Optional, too slow

Docker

docker build -t ket.ai .
docker run -d --name ketai

License

This project is licensed under the terms of the GNU General Public License v3.0.