Skip to content

dkatargin/TelegramGPTBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelegramGPTBot

Super simple telegram -> OpenAI API bot

Build

CGO_ENABLED=0 go build -o bot .

Run

./bot -c config.cfg where config.cfg has structure

mode = debug
telegram_token = place_your_telegrambot_token_here
chatgpt_token = place_your_chatgptapi_token_here
bot_members = memberTelegramId1,memberTelegramId2,memberTelegramIdN

Bot commands

/drop - drop chatting context

About

Super simple telegram -> OpenAI API bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages