Skip to content

ket0x4/ket.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Overengineered telegram bot that functions as a chatbot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published