/telegramBot

Free and unlimited Telegram bot for image generation, using GPT-4.

Primary LanguagePythonMIT LicenseMIT

Buy Me A Coffee

Hello everyone!

It's absolutely FREE and UNLIMITED Telegram Bot for Image generation, like Midjourney or Stable Diffusion.

  • This project using free and unlimited GPT-4 for image generation.
  • Bot supported ANY LANGUAGE.

How to use it.

You can deploy this bot to Replit or your local machine.

Deploy to Replit

  • If you don't have account on Replit, create it. It's Free.
  • Click this button and deploy my repository to your Replit account.

Try on repl.it

  • Configure .replit to run python3 main.py

image

  • Run command pip install -r requirements.txt in Replit Terminal. You can run Terminal in Shell from Tools tab in Replit.
  • Create Environment variable with name token with your telegram bot token. Environment variables set up in secrets from Tools tab in Replit.

image

  • Click Run button :)

Deploy to your local machine

And, of course, you can deploy and run this project on your local machine.

  • Run command git clone https://github.com/Metim0l/Imager.git in your Terminal.
  • Go to project directory cd Imager.
  • Run command pip install -r requirements.txt.
  • Create virtual environment variable with your telegram bot token token="your_telegram_bot_token".
  • For starting bot use command python3 main.py.

Have a good day 😉