Skip to content

Commit

Permalink
📝 docs: Modify README.md to reflect new functionality for downloading…
Browse files Browse the repository at this point in the history
… and transferring files.
  • Loading branch information
jarvis2f committed Jan 24, 2025
1 parent 06b18a7 commit 67dec92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ services:
- "6543:80"
volumes:
- ./data:/app/data
# - ./other-files-for-transfer:/app/other-files-for-transfer

0 comments on commit 67dec92

Please sign in to comment.