13 lines
191 B
Markdown
13 lines
191 B
Markdown
## How to Run
|
|
|
|
copy `example.env`
|
|
|
|
```bash
|
|
cp example.env .env
|
|
```
|
|
|
|
edit `.env`
|
|
|
|
`API_USERNAME` is your engage username in URL-encode.
|
|
`API_PASSWORD` is your engage password in URL-encode.
|