-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
# wechat-midjourney | ||
|
||
基于 [wechaty](https://github.com/wechaty/wechaty) 代理微信客户端,接入 MidJourney。 | ||
> ***代理有风险,使用需谨慎*** | ||
> ***微信代理有风险,使用需谨慎*** | ||
### 1. 启动程序 | ||
> 请确认安装的NodeJS版本为18.0.0以上 | ||
## 使用前提 | ||
1. NodeJS `18.0.0` 以上 | ||
2. 依赖 [midjourney-proxy](https://github.com/novicezk/midjourney-proxy) 提供的api接口 | ||
|
||
## 快速启动 | ||
1. 下载项目 | ||
2. `cp .env.example .env` ,并更改 | ||
3. 启动项目 | ||
```sh | ||
npm install | ||
npm run dev | ||
``` | ||
### 2. 微信扫码登录 | ||
4. 微信扫码登录 | ||
|
||
## .env 配置项 | ||
- MJ_PROXY_ENDPOINT: midjourney代理服务的地址 | ||
- BLOCK_WORDS: 敏感词,英文逗号分隔 |