餵入json檔案,即可按照此腳本來執行動作{滑鼠移動、觸發熱鍵...}
git clone https://github.com/CarsonSlovoka/go-controller.git
cd go-controller/v2
go build -o go-controller.exe
go-controller.exe -file="<test.json>"
You need to feed a file (JSON format) to the executable.
for example
go-controller.exe -file="./examples/hello-world.json"
Once the program is running, you can type help
in the console to see other commands that you can use.
本套件主要倚靠go-vgo/robotgo所完成