Metadata-Version: 2.4
Name: telebackup-telegram-downloader
Version: 1.2.1
Summary: 在浏览器中打开 TeleBackup 的 GitHub 发布页；本包不包含应用本体，仅作安装引导。
Author: TeleBackup Team
License-Expression: MIT
Project-URL: Homepage, https://github.com/xwc9527/TeleBackup-telegram-backup
Project-URL: Repository, https://github.com/xwc9527/TeleBackup-telegram-backup
Project-URL: Documentation, https://chatdex.cc/zh/blog
Project-URL: Download, https://chatdex.cc/zh/download
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Topic :: Internet
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# telebackup-telegram-downloader

PyPI 上的包名为 **`telebackup-telegram-downloader`**（不含空格）。本包**不包含** TeleBackup 程序文件，只会在你运行命令时**用系统默认浏览器打开**官方 GitHub 仓库的 **Releases** 页面。

- 仓库：<https://github.com/xwc9527/TeleBackup-telegram-backup>
- 官网：<https://chatdex.cc>

安装（当前版本 **1.2.1**）：

```bash
pip install telebackup-telegram-downloader
```

使用（打开最新 Release）：

```bash
telebackup-telegram-downloader
```

兼容别名：

```bash
telebackup
```

或通过模块方式：

```bash
python -m telebackup_telegram_downloader
```

打开仓库主页（非 Releases）：

```bash
telebackup-telegram-downloader --repo
```
