https://github.com/scriptscat/cloudcat
猫猫上云是什么体验?
https://github.com/scriptscat/cloudcat
Last synced: 11 months ago
JSON representation
猫猫上云是什么体验?
- Host: GitHub
- URL: https://github.com/scriptscat/cloudcat
- Owner: scriptscat
- License: gpl-3.0
- Created: 2021-06-25T12:02:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T08:52:58.000Z (over 2 years ago)
- Last Synced: 2024-06-19T02:58:47.093Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 339 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudCat
> 一个用于 **[ScriptCat脚本猫](https://docs.scriptcat.org/)** 扩展云端执行脚本的服务

## 安装
### linux
```bash
curl -sSL https://github.com/scriptscat/cloudcat/raw/main/deploy/install.sh | sudo bash
```
## 使用
```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
```