File size: 6,824 Bytes
cac7264 db78256 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | ---
title: Leech
emoji: 🐢
colorFrom: yellow
colorTo: purple
sdk: docker
pinned: false
---
<p align="center">
<a href="https://github.com/SilentDemonSD/WZML-X">
<kbd>
<img width="250" src="https://graph.org/file/639fe4239b78e5862b302.jpg" alt="WZML-X Logo">
</kbd>
</a>
<i>This repository is a feature-enhanced version of the [mirror-leech-telegram-bot](https://github.com/anasty17/mirror-leech-telegram-bot). It integrates various improvements from multiple sources, expanding functionality while maintaining efficiency. Unlike the base repository, this version is fully deployable on Heroku.</i>
</p>
<div align=center>
[](#) [](#) [](#)|[](#) [](#) [](#) [](#)
:---:|:---:|
[](#) [](#) [](#) [](#)|[](#) [](#) [](#)
[](https://t.me/WZML_X) |[](https://t.me/WZML_Support) |
</div>
---
Below is a refined version that preserves all the important details while enhancing readability and design :
---
# Deployment Guide (VPS)
<details>
<summary><strong>View All Steps <kbd>Click Here</kbd></strong></summary>
---
## 1. Prerequisites
- **Tutorial Video from A to Z (Latest Video)**
- Special thanks to [Wiszky](https://github.com/vishnoe115)
[](https://youtu.be/xzLOLyKYl54)
---
## 2. Installing Requirements
Clone this repository:
```bash
git clone https://github.com/SilentDemonSD/WZML-X mirrorbot/ && cd mirrorbot
```
---
## 3. Build and Run the Docker Image
*Make sure you mount the app folder and install Docker following the official documentation.*
There are two methods to build and run the Docker image:
### 3.1 Using Official Docker Commands
- **Start Docker daemon** (skip if already running):
```bash
sudo dockerd
```
- **Build the Docker image:**
```bash
sudo docker build . -t wzmlx
```
- **Run the image:**
```bash
sudo docker run -p 80:80 -p 8080:8080 wzmlx
```
- **To stop the running image:**
First, list running containers:
```bash
sudo docker ps
```
Then, stop the container using its ID:
```bash
sudo docker stop <container_id>
```
---
### 3.2 Using docker-compose (Recommended)
**Note:** If you want to use ports other than 80 and 8080 for torrent file selection and rclone serve respectively, update them in [docker-compose.yml](https://github.com/weebzone/WZML-X/blob/master/docker-compose.yml).
- **Install docker-compose:**
```bash
sudo apt install docker-compose
```
- **Build and run the Docker image (or view the current running image):**
```bash
sudo docker-compose up
```
- **After editing files (e.g., using nano to edit start.sh), rebuild:**
```bash
sudo docker-compose up --build
```
- **To stop the running image:**
```bash
sudo docker-compose stop
```
- **To restart the image:**
```bash
sudo docker-compose start
```
- **To view the latest logs from the running container (after mounting the folder):**
```bash
sudo docker-compose up
```
- **Tutorial Video for docker-compose and checking ports:**
[](https://youtu.be/c8_TU1sPK08)
------
#### Docker Notes
**IMPORTANT NOTES**:
1. Set `BASE_URL_PORT` and `RCLONE_SERVE_PORT` variables to any port you want to use. Default is `80` and `8080` respectively.
2. You should stop the running image before deleting the container and you should delete the container before the image.
3. To delete the container (this will not affect on the image):
```
sudo docker container prune
```
4. To delete te images:
```
sudo docker image prune -a
```
5. Check the number of processing units of your machine with `nproc` cmd and times it by 4, then edit `AsyncIOThreadsCount` in qBittorrent.conf.
</details></li></ol>
</details>
------
# Deployment Guide (Heroku)
<details>
<summary><strong>View All Steps <kbd>Click Here</kbd></strong></summary>
---
**Check the Docs Here :** [Click Here](https://github.com/SilentDemonSD/WZ-Deploy/tree/main?tab=readme-ov-file#2%EF%B8%8F⃣-method-2-github-workflow-guide)
---
</details>
## 🏅 **Bot Authors**
<details>
<summary><b>Click Here For Description</b></summary>
|<img width="80" src="https://avatars.githubusercontent.com/u/105407900?v=4">|<img width="80" src="https://avatars.githubusercontent.com/u/93116400?v=4">|<img width="80" src="https://avatars.githubusercontent.com/u/113664541?v=4">|<img width="80" src="https://avatars.githubusercontent.com/u/84721324?v=4">|
|:---:|:---:|:---:|:---:|
|[`SilentDemonSD`](https://github.com/SilentDemonSD)|[`RjRiajul`](https://github.com/rjriajul)|[`CodeWithWeeb`](https://github.com/weebzone)|[`Maverick`](https://github.com/MajnuRangeela)|
|Author and DDL, UI Design, More Customs..|Co-Author & Maintainer|Author and Wraps Up Features|Co-Author & Bug Tester|
</details>
|