Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 502 Bytes

luogu-paintboard-bot

在 luogu 冬日绘版上自动画画。See: https://www.luogu.com.cn/discuss/740206

使用

npm install
npm run compile
node ./dist/index.js [-m <mirror>] <image> <width> <x> <y> [tokens...]
  • mirror: 镜像源,默认 https://www.oi-search.com/paintboard/
  • image: 图片路径。
  • width: 绘画的宽度。
  • x, y: 绘画位置。
  • tokens: 绘画使用的 tokens 列表,形如:uid:token 的形式填写。有多个使用空格分隔。