📝 docs: Modify README.md to reflect new functionality for downloading and transferring files.
This commit is contained in:
parent
06b18a7e06
commit
67dec92070
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@ services:
|
|||
- "6543:80"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
# - ./other-files-for-transfer:/app/other-files-for-transfer
|
||||
|
|
|
|||
Loading…
Reference in a new issue