44 lines
963 B
Markdown
44 lines
963 B
Markdown
<div align="center">
|
||
|
||
# <img src="docs/logo.jpg" width="45" align="center"> Save Any Bot
|
||
|
||
把 Telegram 的文件保存到各类存储端.
|
||
|
||
> _就像 PikPak Bot 一样_
|
||
|
||
</div
|
||
|
||
Demo Video:
|
||
|
||
<div align="center">
|
||
|
||
[SaveAny-Bot 演示视频 | The Demo of SaveAny-Bot.webm](https://github.com/user-attachments/assets/a0de2453-a4d1-4a12-81fb-9d84856dce09)
|
||
|
||
</div>
|
||
|
||
## 部署
|
||
|
||
在 [Release](https://github.com/krau/SaveAny-Bot/releases) 页面下载对应平台的二进制文件.
|
||
|
||
在解压后目录新建 `config.toml` 文件, 参考 [config.toml.example](https://github.com/krau/SaveAny-Bot/blob/main/config.example.toml) 编辑配置文件.
|
||
|
||
运行:
|
||
|
||
```bash
|
||
chmod +x saveany-bot
|
||
./saveany-bot
|
||
```
|
||
|
||
## 使用
|
||
|
||
向 Bot 发送(转发)文件, 按照提示操作.
|
||
|
||
---
|
||
|
||
## Thanks
|
||
|
||
- [gotd](https://github.com/gotd/td)
|
||
- [TG-FileStreamBot](https://github.com/EverythingSuckz/TG-FileStreamBot)
|
||
- [gotgproto](https://github.com/celestix/gotgproto)
|
||
- All the dependencies
|