Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
novicezk authored Apr 25, 2023
1 parent 96f7ccb commit 994c393
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
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: 敏感词,英文逗号分隔

0 comments on commit 994c393

Please sign in to comment.