-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support onedrive session, upload from url, work in memory
- set default delete_flag in env - auto relogin - add from_users to filter user, need tg_user_name - add /url file_url to upload from url - add /clear to clear history - can reply error - no temp file anymore, all jobs will be working in memory.
- Loading branch information
1 parent
750e15c
commit 5ff80e2
Showing
7 changed files
with
438 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
!auth_server.py | ||
!ssl | ||
!templates | ||
!onedrive_large_file_uploader.py | ||
!log.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.