Skip to content

Telegram bot for creating images based on artificial intelligence.

License

Notifications You must be signed in to change notification settings

G00seByt3/FusionBrainBot

Repository files navigation

FusionBrainBot

Static Badge GitHub top language GitHub

Installation (Windows)

  1. Cloning the git repository:
git clone https://github.com/G00seByt3/FusionBrainBot.git
  1. Navigating to the created directory:
cd FusionBrainBot
  1. Creating a virtual environment:
python -m venv venv
  1. Activating the environment:
venv\Scripts\activate.bat
  1. Installing dependencies:
pip install -r requirements.txt
  1. Adding the Bot Token and FusionBrain keys to the .env file.

  2. Launching the bot:

python bot.py