feat: 增加tg文件上传

This commit is contained in:
dnslin
2025-12-13 12:03:53 +08:00
parent debce7c476
commit f223083998
7 changed files with 274 additions and 12 deletions

View File

@@ -8,10 +8,10 @@ You must communicate in Chinese and logs and comments must also be in Chinese, i
```bash
# Install dependencies
pip install -e .
uv pip install -e .
# Run the bot
python main.py
uv run main.py
# or after install:
aria2bot
```