An open API service indexing awesome lists of open source software.

https://github.com/mr-python-in-china/luogu-paintboard-bot


https://github.com/mr-python-in-china/luogu-paintboard-bot

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# luogu-paintboard-bot
在 luogu 冬日绘版上自动画画。See:
## 使用
```sh
npm install
npm run compile
node ./dist/index.js [-m ] [tokens...]
```
- `mirror`: 镜像源,默认 `https://www.oi-search.com/paintboard/`。
- `image`: 图片路径。
- `width`: 绘画的宽度。
- `x`, `y`: 绘画位置。
- `tokens`: 绘画使用的 tokens 列表,形如:`uid:token` 的形式填写。有多个使用空格分隔。