Skip to content

Commit

Permalink
Major Update
Browse files Browse the repository at this point in the history
- 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
Dawn-India and anasty17 committed Jul 21, 2024
1 parent 638f416 commit ad5ba73
Show file tree
Hide file tree
Showing 168 changed files with 32,271 additions and 14,133 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
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
32 changes: 15 additions & 17 deletions .gitignore
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
6 changes: 3 additions & 3 deletions Dockerfile
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"]
Loading

0 comments on commit ad5ba73

Please sign in to comment.