Skip to content

A bot available on Telegram directly from Midjourney, with django's admin panel installed as the Admin panel.

Notifications You must be signed in to change notification settings

bekmuxtorov/midjourney-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + Aiogram

1. Create virtualenv and activate

python3 -m virtualenv venv
source venv/bin/activate

2. Install required packages

pip install -r requirements.txt

3. Create .env file using env template file and fill it

cp .env.template .env

4. Run django project

  • Migrations
python manage.py migrate
  • Run server
python manage.py runserver

5. Run aiogram project

python manage.py runbot

About

A bot available on Telegram directly from Midjourney, with django's admin panel installed as the Admin panel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages