xammal / Dalle3Telebot

This project employs reverse engineering techniques to harness DALL·E3's capabilities for image generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NavImage

DEMO

demogif

GET BOT TOKEN

get_bot_token

GET COOKIES

  1. Go to https://bing.com/create
  2. After you in Bing image Generation page click on generate without prompt or with prompt up to you.
  3. Click F12 on that page to open developer tools.
  4. Then 1click on Application and go to cookies 2then click on https://www.bing.com 3now you will see _U click on it 4then you will see your cookies under the page and copy it and paste it to config.yaml. Developer Tools

SET UP PROJECT

git clone https://github.com/xammal/Dalle3Telebot.git

Go to project folder

cd Dalle3Telebot

Now install all lirbary that needed in requirements.txt

pip install -r requirements.txt

After install requirements library go to config.yaml file and replace YOUR_BOT_TOKEN with your actual bot token get from bot father and YOUR_COOKIES with your cookies value .

Config.yaml

Now everyting is set up run the bot.

python bot.py

Important

The Bot need boost point to generate image if you run out the boost point in bing generator the bot may fail request or take longer time to generate

boostpoint

The project inspire by acheong08/BingImageCreator repo

About

This project employs reverse engineering techniques to harness DALL·E3's capabilities for image generation.


Languages

Language:Python 93.9%Language:Dockerfile 6.1%