Skip to content

getting started.md

1amkaiz3n edited this page Sep 22, 2023 · 1 revision

Getting Started with telegoGPT

This guide will help you set up and run telegoGPT, a Telegram bot powered by the ChatGPT API.

Prerequisites

Before you begin, make sure you have the following prerequisites installed and ready:

Installation

  1. Clone the telegoGPT repository to your local machine:

    git clone https://github.com/yourusername/telegoGPT.git
  2. Create a configuration file (config.yaml) in the project root and add your Telegram Bot Token:

    token: YOUR_TELEGRAM_BOT_TOKEN

Running the Bot

  1. Build the bot:

    go build
  2. Run the executable:

    ./telegoGPT
  3. Start a conversation with your bot on Telegram and enjoy chatting with GPT-powered responses!

Configuration

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.

Usage

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.

Clone this wiki locally