From 67dec92070397817288119439b383d9960d13511 Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Modify=20README.md=20to?= =?UTF-8?q?=20reflect=20new=20functionality=20for=20downloading=20and=20tr?= =?UTF-8?q?ansferring=20files.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- docker-compose.yaml | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 656a57a..42a867b 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ * Support for downloading files from telegram channels and groups. * Support multiple telegram accounts for downloading files. -* Support suspending and resuming downloads. -* Multiple accounts with same files will be downloaded only once. +* Support suspending and resuming downloads, and auto transfer files to other destinations. * Responsive design supports mobile access. --- @@ -149,8 +148,8 @@ docker build -t jarvis2f/telegram-files . - ✅ **`Task 1`**: Automatically download files based on set rules. - ✅ **`Task 2`**: Download statistics and reports. -- ☑️ **`Task 3`**: Improve Telegram’s login functionality. -- ☑️ **`Task 4`**: Support auto transfer files to other destinations. +- ✅ **`Task 3`**: Improve Telegram’s login functionality. +- ✅ **`Task 4`**: Support auto transfer files to other destinations. - ☑️ **`Task 5`**: File table is optimized using virtual lists, and API service using GraalVM. - ☑️ **`Task 6`**: File downloads in comments under channel messages. diff --git a/docker-compose.yaml b/docker-compose.yaml index ed805ad..cdcc3bc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,3 +18,4 @@ services: - "6543:80" volumes: - ./data:/app/data + # - ./other-files-for-transfer:/app/other-files-for-transfer