repository
0.2.0-alpha
Repository: https://github.com/scriptscat/cloudcat.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
CloudCat
一个用于 ScriptCat脚本猫 扩展云端执行脚本的服务
安装
linux
curl -sSL https://github.com/scriptscat/cloudcat/raw/main/deploy/install.sh | sudo bash
使用
# 查看帮助
ccatctl -h
# 安装脚本
ccatctl install -f example/bing\ check-in.js
# 查看脚本列表
ccatctl get script
# 导入cookie/value(storage name)
ccatctl import cookie 6a0bd33 example/cookie.json
# 运行脚本(脚本id)
ccatctl run 6a0bd33