文件名称:lichess-cli:从命令行播放巫妖
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-15 16:12:24
Go
巫妖CLI 安装 git clone git@github.com:mattcanty/lichess-cli.git cd lichess-cli make install 配置 创建一个Lichess账户 转到 Play games with the board API选择Play games with the board API使用Play games with the board API创建新令牌 复制令牌并将其放置在~/.config/lichess-cli/config.json如下所示: { " lichess_api_key " : " xxxxxxxxxxxxxxxx " } 玩 查看游戏 ➜ ~ lichess-cli games ┏━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━
【文件预览】:
lichess-cli-master
----go.mod(173B)
----main.go(1KB)
----.github()
--------workflows()
----go.sum(2KB)
----printer_test.go(9KB)
----piece.go(760B)
----LICENSE(1KB)
----README.md(3KB)
----Makefile(64B)
----.pre-commit-config.yaml(523B)
----printer.go(7KB)
----commands_test.go(747B)
----commands.go(2KB)
----lichess-client.go(4KB)
----.gitignore(6B)