Skip to content

This Telegram bot leverages the OpenAI API and GoLang to seamlessly integrate ChatGPT into Telegram, allowing you to access ChatGPT-like features directly from your Telegram chats.

License

Notifications You must be signed in to change notification settings

UtkarshUmre/GO-AI-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELI5 Telegram Bot using OpenAI API

Install

Just a few simple steps:

  1. Clone repository
  2. Rename file config.yaml.example to config.yaml and set up your tokens (OpenAI and Telegram) in file
  3. Run go mod tidy
  4. Run go run main.go

Usage

This is a simple Telegram bot that uses the OpenAI API to generate a ELI5 explanation of a given topic or phrase.

Commands

  • /start - Start the bot
  • /topic <topic> - Generate a ELI5 explanation of a given topic
  • /phrase <phrase> - Generate a ELI5 explanation of a given phrase

About

This Telegram bot leverages the OpenAI API and GoLang to seamlessly integrate ChatGPT into Telegram, allowing you to access ChatGPT-like features directly from your Telegram chats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages