-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Jdownloader support. - Added Nzb support. - Added option to select upload client per user. - Added gdrive_id/token/index_url per user. - Added stop_duduplicate, exteextension_filter per user. - New leech_destination values: DM/PM/CHAT_ID. - DM_MODE = True/False - Complete refractor of the whole reposrepository. - And thousands of other improvements in functions. - Demo Bot: https://telegram.me/z_mirror Co-Authored-By: Anas Tayyar <[email protected]>
- Loading branch information
1 parent
638f416
commit ad5ba73
Showing
168 changed files
with
32,271 additions
and
14,133 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
* text=auto |
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 |
---|---|---|
@@ -1,25 +1,23 @@ | ||
*auth_token.txt | ||
*.json | ||
*.pickle | ||
config.env | ||
*.pyc | ||
data* | ||
.vscode | ||
.idea | ||
*.json | ||
*.pickle | ||
.netrc | ||
.vscode | ||
Zee_Logs.txt | ||
accounts/* | ||
accounts.zip | ||
buttons.txt | ||
bot.session | ||
Thumbnails/* | ||
tokens/* | ||
rclone/* | ||
sabnzbd/* | ||
list_drives.txt | ||
cookies.txt | ||
categories.txt | ||
config.env | ||
data* | ||
downloads | ||
drive_folder | ||
list_drives.txt | ||
rclone/* | ||
bot.session* | ||
terabox.txt | ||
rclone.conf | ||
accounts.zip | ||
shorteners.txt | ||
Thumbnails/* | ||
terabox.txt | ||
user.session | ||
Z_Logs.txt | ||
buttons.txt |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM dawn001/z_mirror:latest | ||
FROM dawn001/z_mirror:main | ||
|
||
WORKDIR /usr/src/app | ||
RUN chmod 777 /usr/src/app | ||
|
||
COPY requirements.txt . | ||
RUN pip3 install --no-cache-dir -r requirements.txt | ||
RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt | ||
|
||
COPY . . | ||
|
||
CMD ["bash", "start.sh"] | ||
CMD ["bash", "start.sh"] |
Oops, something went wrong.