Build a MidJourney-WeChat group robot

MidJourney-WeChat group robot

Zhishuyun MJ WeChat group robot calls Midjourney Imagine API to draw pictures.

The MidJourney WeChat group robot worth XXXX on the market is useful and cherished.

Requirements: mytimerun.

install dependencies

pip install -r requirements.txt

Modify config.py 28 29 30 lines

  • wechaty_puppet_service_token = "environment variable"
  • zhishuyun_chatgpt_35_token = "GPT API contact token"
  • zhishuyun_midjourney_token = "token of MJ API interface"

Set environment variables before executing code

$env:WECHATY_PUPPET_SERVICE_TOKEN = "xxxxx"
python main.py

Ash MJ WEB and BOT

Guess you like

Origin blog.csdn.net/hbqjzx/article/details/131155716