Releases: scriptscat/cloudcat
Releases · scriptscat/cloudcat
Release list
v0.2.0-alpha
重构后的第一个版本
安装
linux
curl -sSL https://github.com/scriptscat/cloudcat/raw/main/deploy/install.sh | sudo bash -s -- --prerelease使用
# 查看帮助
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 6a0bd33v0.1.0
第一个能跑脚本的版本
ScriptCat运行
cloudcat exec bilibili.zip
Docker运行
请注意Docker中时区问题
docker pull codfrm/cloudcat:v0.1.0
docker run -it -v $(PWD)/bilibili.zip:/cloudcat/bilibili.zip -v /etc/localtime:/etc/localtime -v /etc/timezone:/etc/timezone codfrm/cloudcat:v0.1.0 exec bilibili.zip