Go to file
2022-04-11 10:05:12 +08:00
.github/workflows Release 2022-04-06 22:39:27 +08:00
core Add update feature 2022-04-11 10:05:12 +08:00
data Add update feature 2022-04-11 10:05:12 +08:00
plugins Add update feature 2022-04-11 10:05:12 +08:00
tools Add update feature 2022-04-11 10:05:12 +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 Add update feature 2022-04-11 10:05:12 +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-10 17:13:20 +08:00
requirements.txt Release 2022-04-06 22:39:27 +08:00

sycgram

配置

  • 需要两个参数api_id、api_hash
  • 如果没有,点击这个电报链接申请

安装与更新

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

指令说明

  • 使用-help查看指令列表

迁移备份

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

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

  • 脚本更新:都会覆盖本地的command.yml,原文件会备份到command目录
  • 指令更新:本地的command.yml不会被覆盖
  • 可以通过指令修改前缀和别名
  • 指令别名只支持单别名和源名(不再支持多别名)

注意事项

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