RepoPilot

novicezk/midjourney-proxy

代理 MidJourney 的discord频道,实现api形式调用AI绘图

Mixed

Slowing — last commit 9mo ago

MixedDependency

test evidence incomplete; CI evidence incomplete…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 9mo ago; CI evidence incomplete…

  • Slowing — last commit 9mo ago
  • Last commit 9mo ago
  • 12 active contributors
  • Distributed ownership (top contributor 41% of recent commits)
  • Apache-2.0 licensed

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: novicezk/midjourney-proxy

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T03:58:07.883Z · commit 0be95a9187da

Verdict

Mixed — Slowing — last commit 9mo ago

  • Last commit 9mo ago
  • 12 active contributors
  • Distributed ownership (top contributor 41% of recent commits)
  • Apache-2.0 licensed

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

A Java-based API proxy that bridges Discord and MidJourney, allowing callers to submit AI image generation tasks (Imagine, Blend, Describe) via REST endpoints instead of Discord directly. It manages multiple MidJourney Discord accounts, handles task queuing per account, translates Chinese prompts to English, and streams real-time generation progress back to clients. Monolithic Spring Boot application: src/main/java/com/github/novicezk/midjourney/controller/ contains REST endpoints (SubmitController, TaskController, AccountController); domain/ and dto/ hold MidJourney task models and request shapes; likely a service layer managing Discord account pools and task dispatch. Multi-account…

Start here

Open these first:

  • src/main/java/com/github/novicezk/midjourney/ProxyApplication.java — Spring Boot application entry point; essential for understanding how the proxy initializes and integrates all components.
  • src/main/java/com/github/novicezk/midjourney/controller/SubmitController.java — Primary API endpoint controller handling imagine, blend, describe, and task submission requests; the main surface for…
  • src/main/java/com/github/novicezk/midjourney/service/DiscordServiceImpl.java — Core Discord integration layer that communicates with MidJourney via Discord; handles message sending, WebSocket…
  • src/main/java/com/github/novicezk/midjourney/service/TaskServiceImpl.java — Central task orchestration service managing task lifecycle, progress tracking, and result aggregation from Discord responses.
  • src/main/java/com/github/novicezk/midjourney/wss/WebSocketStarter.java — WebSocket client initialization for real-time Discord message streaming; critical for task status updates and error…

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/novicezk/midjourney-proxy.git
cd midjourney-proxy
# Requires Java 17 and Maven
mvn clean package
# Edit src/main/resources/application.yml with Discord token, server ID, channel ID, account pool
mvn spring-boot:run
# Or: java -jar target/midjourney-proxy-2.6.3.jar

Daily commands:

# Dev: Edit src/main/resources/application.yml, then run main from ProxyApplication.java
# Or: mvn spring-boot:run
# Prod Docker: docker build -t midjourney-proxy . && docker run -e MJ_ACCOUNTS='...' midjourney-proxy
# Config via ENV or application.yml: mj.accounts, mj.api-secret, mj.task-store.type (in_memory or redis), mj.translate-way (baidu|gpt)

Key cautions & unknowns

  • Slowing — last commit 9mo ago
  • Discord token & IDs required: application.yml or MJ_ACCOUNTS env var must contain valid user-token (not bot token), server_id, channel_id, or all endpoints fail silently. Account flagging: MidJourney…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/novicezk/midjourney-proxy?axis=fork)](https://repopilot.app/r/novicezk/midjourney-proxy)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/novicezk/midjourney-proxy on X, Slack, or LinkedIn.

Ask AI about novicezk/midjourney-proxy

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/novicezk/midjourney-proxy"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>