MCPcopy Index your code
hub / github.com/bekmuxtorov/midjourney-telegram-bot

github.com/bekmuxtorov/midjourney-telegram-bot @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
53 symbols 303 edges 49 files 4 documented · 8% updated 3y ago★ 523 open issues

Browse by type

Functions 34 Types & classes 19
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Core symbols most depended-on inside this repo

Shape

Class 19
Function 19
Method 15

Languages

Python100%

Modules by API surface

robot/models.py16 symbols
robot/middlewares/throttling.py4 symbols
robot/admin.py4 symbols
robot/management/commands/runbot.py3 symbols
robot/utils/misc/throttling.py2 symbols
robot/handlers/users/example.py2 symbols
const_texts.py2 symbols
robot/utils/set_bot_commands.py1 symbols
robot/utils/notify_admins.py1 symbols
robot/states/user_register.py1 symbols
robot/states/create_image.py1 symbols
robot/states/admin_message.py1 symbols

For agents

$ claude mcp add midjourney-telegram-bot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page