Go to file
2022-04-09 16:53:29 +08:00
.github/workflows Release 2022-04-06 22:39:27 +08:00
core Command dict convert to constant 2022-04-09 11:54:00 +08:00
data Update description 2022-04-09 16:51:52 +08:00
plugins Fix little error of chat name 2022-04-09 16:53:29 +08:00
tools Limit the number of links returned 2022-04-09 13:47:59 +08:00
.gitignore Update description 2022-04-09 16:51:52 +08:00
Dockerfile Update description 2022-04-08 14:52:38 +08:00
install.sh Update README.md 2022-04-08 22:51:23 +08:00
LICENSE Initial commit 2022-04-06 22:34:56 +08:00
main.py Update description 2022-04-08 09:39:34 +08:00
README.md Update README.md 2022-04-08 23:52:39 +08:00
requirements.txt Release 2022-04-06 22:39:27 +08:00

sycgram

安装与更新

# 脚本的【安装】都是前台运行完成安装后如无报错可先后使用Ctrl+P、Ctrl+Q挂到后台运行
bash <(curl -fsL "https://raw.githubusercontent.com/iwumingz/sycgram/main/install.sh")

迁移备份

  1. 停止容器
  2. 打包/opt/sycgram文件夹到新环境相同位置
  3. 在新环境运行sycgram管理脚本

自定义指令前缀及指令别名

  • 每次通过脚本更新【建议v1.1.0版本后使用指令更新】都会覆盖本地的command.yml,原文件会备份到command目录
  • 可以通过指令修改前缀和别名
  • 指令别名只支持单别名和源名(不再支持多别名)

注意事项

  • 脚本仅适用于Ubuntu/Debian其它系统自行解决~
  • 按个人需求随缘更,仅用于学习用途
  • 如果号码等输入错误了,重新安装即可