This is a Telegram bot that generates images based on the text prompts you provide. It leverages the OpenAI API to generate these images.
- Clone this repository.
- 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
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
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.
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.