Skip to content

基于 wechaty 代理微信客户端,接入 MidJourney

License

Notifications You must be signed in to change notification settings

itsharex/wechat-midjourney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wechat-midjourney

基于 wechaty 代理微信客户端,接入 MidJourney。

微信代理有风险,使用需谨慎

使用前提

  1. NodeJS 18.0.0 以上
  2. 依赖 midjourney-proxy 提供的api接口

快速启动

  1. 下载项目
  2. cp .env.example .env ,并更改配置项
  3. 启动项目
npm install
npm run dev
  1. 微信扫码登录

.env 配置项

  • MJ_PROXY_ENDPOINT midjourney代理服务的地址
  • BLOCK_WORDS 敏感词,英文逗号分隔

About

基于 wechaty 代理微信客户端,接入 MidJourney

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • Dockerfile 9.0%
  • Shell 2.2%