9cb866de8c8f8b0927d7b406577168b59a1e5662
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.12 to 0.5.14. - [Commits](https://github.com/ulikunitz/xz/compare/v0.5.12...v0.5.14) --- updated-dependencies: - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🎯 Features
- 支持文档/视频/图片/贴纸…甚至还有 Telegraph
- 破解禁止保存的文件
- 批量下载
- 流式传输
- 多用户使用
- 基于存储规则的自动整理
- 监听并自动转存指定聊天的消息, 支持过滤
- 使用 js 编写解析器插件以转存任意网站的文件
- 存储端支持:
- Alist
- S3 (MinioSDK)
- WebDAV
- 本地磁盘
- Telegram (重传回指定聊天)
📦 Quick Start
创建文件 config.toml 并填入以下内容:
[telegram]
token = "" # 你的 Bot Token, 在 @BotFather 获取
[telegram.proxy]
# 启用代理连接 telegram, 当前只支持 socks5
enable = false
url = "socks5://127.0.0.1:7890"
[[storages]]
name = "本地磁盘"
type = "local"
enable = true
base_path = "./downloads"
[[users]]
id = 114514 # 你的 Telegram 账号 id
storages = []
blacklist = true
使用 Docker 运行 Save Any Bot:
docker run -d --name saveany-bot \
-v ./config.toml:/app/config.toml \
-v ./downloads:/app/downloads \
ghcr.io/krau/saveany-bot:latest
请 查看文档 以获取更多配置选项和使用方法.
Sponsors
本项目受到 YxVM 与 NodeSupport 的支持.
如果这个项目对你有帮助, 你可以考虑通过以下方式赞助我:
Contributors
|
Krau |
Abner |
Simon Twilight |
缘生 |
安和 |
Thanks
- gotd
- TG-FileStreamBot
- gotgproto
- tdl
- All the dependencies
Contact
Languages
Go
98.7%
JavaScript
1%
Dockerfile
0.2%