-
-
Notifications
You must be signed in to change notification settings - Fork 3
getting started.md
This guide will help you set up and run telegoGPT, a Telegram bot powered by the ChatGPT API.
Before you begin, make sure you have the following prerequisites installed and ready:
- Go (Golang) installed on your machine.
- A Telegram Bot Token obtained from BotFather.
-
Clone the telegoGPT repository to your local machine:
git clone https://github.com/yourusername/telegoGPT.git
-
Create a configuration file (
config.yaml) in the project root and add your Telegram Bot Token:token: YOUR_TELEGRAM_BOT_TOKEN
-
Build the bot:
go build
-
Run the executable:
./telegoGPT
-
Start a conversation with your bot on Telegram and enjoy chatting with GPT-powered responses!
You can customize the bot's behavior by modifying the config.yaml file. Adjust settings such as the bot's name, response options, and more.
Send a message to your bot on Telegram, and it will respond with GPT-generated text based on the input it receives.
For more information, visit the telegoGPT GitHub repository.
