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