Skip to content

oblivisheee/image-gen-tgbot

Repository files navigation

Image-Gen-TgBot

This is a Telegram bot that generates images based on the text prompts you provide. It leverages the OpenAI API to generate these images.

Installation

  1. Clone this repository.
  2. Install the required Python packages using the provided requirements.txt file.

For Linux/MacOS, this can be done by executing the install.sh script:

sudo bash install.sh

For Windows, execute the install.bat script:

install.bat

API

This bot uses the NagaAI API. To obtain the API key, visit their discord server and use the following command to get your API key:

/key get

Configuration

Before you can use the bot, you need to configure your API keys. These should be set in the config.py file:

BOT_TOKEN ='YOUR_TELEGRAM_BOT_TOKEN'
OPENAI_API = 'YOUR_OPENAI_API_KEY'

Replace 'YOUR_TELEGRAM_BOT_TOKEN' and 'YOUR_OPENAI_API_KEY' with your actual API keys.

Usage

To start the bot,

For Linux/MacOS, execute:

sudo bash start.sh

For Windows, execute:

start.bat

To generate an image, type your prompt into the bot, and you'll receive the generated image.

About

Telegram bot for generating images using AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published