-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
372 lines (352 loc) · 20 KB
/
index.html
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!DOCTYPE html>
<html prefix="og: https://ogp.me/ns/website#" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta property="og:title" content="EDM115's website"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://edm115.eu.org/unzip"/>
<meta property="og:image" content="https://telegra.ph/file/d4ba24682e030fc58613f.jpg"/>
<meta property="og:description" content="A Telegram bot to unzip all kind of archives"/>
<meta property="og:locale" content="en_US"/>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Unzip Bot - EDM115's website</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="../assets/img/projects/unzip-bot.jpg" rel="icon">
<link href="../assets/img/projects/unzip-bot.jpg" rel="apple-touch-icon">
<!-- Fonts -->
<link href="../assets/fonts/Bitter/Bitter.css" rel="stylesheet">
<link rel="stylesheet" href="../assets/fonts/Fira Code/fira_code.css">
<!-- Vendor CSS Files -->
<link href="../assets/vendor/aos/aos.css" rel="stylesheet">
<link href="../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="../assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="../assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="../assets/css/style.css" rel="stylesheet">
<link href="../assets/css/cool-bg.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PCRLF9G961"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PCRLF9G961');
</script>
<body>
<!-- Mobile nav toggle button -->
<!-- <button type="button" class="mobile-nav-toggle d-xl-none"><i class="bi bi-list mobile-nav-toggle"></i></button> -->
<i class="bi bi-list mobile-nav-toggle d-xl-none button"></i>
<header id="header" class="d-flex flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<ul>
<li><a href="#about" class="nav-link scrollto button"><i class="bx bx-blanket"></i><span>About</span></a></li>
<li><a href="#help" class="nav-link scrollto button"><i class="bx bx-help-circle"></i><span>Help</span></a></li>
<li><a href="#code" class="nav-link scrollto button"><i class="bx bx-code-alt"></i><span>Code</span></a></li>
<li><a href="#contact" class="nav-link scrollto button"><i class="bx bx-envelope"></i><span>Contact</span></a></li>
<li class="button"><a href="../" class="nav-link scrollto"><i class="bx bx-home"></i><span>Home</span></a></li>
</ul>
</nav>
</header>
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>Unzip Bot</h1>
<div class="social-links">
<p>A Telegram bot that <span class="typed" data-typed-items="can be hosted on Heroku, can run locally, change files thumbnail, download files from URL, extract files, is actively developed, is always online, is fast, is written in Python, rename files, uses Arch btw, uses MongoDB, uses Pyrogram"></span></p>
<a href="https://t.me/unzip_edm115bot" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="Telegram : @unzip_edm115bot" data-bs-placement="bottom"><i class="bx bxl-telegram"></i></a>
<a href="https://github.com/EDM115/unzip-bot" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="GitHub repository" data-bs-placement="bottom"><i class="bx bxl-github"></i></a>
</div>
</div>
</section>
<main id="main">
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<h4>A Telegram bot to extract all types of archives</h4>
</div>
<div class="row">
<div class="col-lg-4">
<img src="../assets/img/projects/unzip-bot.jpg" class="img-fluid rounded-own" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Unzip Bot</h3>
<p class="fst-italic">
This bot will suit all your archive's related needs on Telegram ! It can extract password protected archives, download them from direct URL's, change their thumbnail, rename them, and much more !
</p><br><br>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday :</strong> <span>22nd May 2022</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website :</strong> <span><a href="https://edm115.eu.org/unzip">edm115.eu.org/unzip</a></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email :</strong> <span><a href="mailto:unzip@edm115.eu.org">unzip@edm115.eu.org</a></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Made by :</strong> <span>EDM115</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Made with :</strong> <span>Python</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Uses :</strong> <span>Pyrogram, MongoDB</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Price :</strong> <span>Free :)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Availibility :</strong> <span>Online</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<section id="facts" class="facts">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-people"></i>
<span data-purecounter-start="0" data-purecounter-end="14320" data-purecounter-duration="2" class="purecounter"></span>
<p>Users</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-github"></i>
<span id="stars" data-purecounter-start="0" data-purecounter-end="50" data-purecounter-duration="2" class="purecounter"></span>
<p>Stars ⭐</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-code-slash"></i>
<span id="lines-of-code" data-purecounter-start="0" data-purecounter-end="5500" data-purecounter-duration="2" class="purecounter"></span>
<p>Lines of code</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-file-earmark-break"></i>
<span data-purecounter-start="0" data-purecounter-end="115963" data-purecounter-duration="2" class="purecounter"></span>
<p>Files processed</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-hdd"></i>
<span data-purecounter-start="0" data-purecounter-end="541744" data-purecounter-duration="2" class="purecounter"></span>
<p>Gigabytes processed</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bx bx-git-repo-forked"></i>
<span id="forks" data-purecounter-start="0" data-purecounter-end="71" data-purecounter-duration="2" class="purecounter"></span>
<p>Forks</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-calendar-check"></i>
<span id="days-since-launch" data-purecounter-start="0" data-purecounter-end="520" data-purecounter-duration="2" class="purecounter"></span>
<p>Days since launch</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box button">
<i class="bi bi-link-45deg"></i>
<span data-purecounter-start="0" data-purecounter-end="19473" data-purecounter-duration="2" class="purecounter"></span>
<p>Links downloaded</p>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="help" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Help</h2>
<h5>You have an error with the bot ?<br>You want to know what it means ?<br>This section is for you 🥰</h5>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<h6 class="error-h6">[Errno 2] No such file or directory: '/app/Downloaded/{ID}/{archive_name}.temp'</h6>
<p class="error-p">There was an error during the renaming of your file</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<h6 class="error-h6">[Errno 20] Not a directory: '/app/Downloaded/{ID}/{archive_name}'</h6>
<p class="error-p">Your archive haven't been extracted successfully</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<h6 class="error-h6">replace() argument 2 must be str, not None</h6>
<p class="error-p">You can't rename a file with nothing</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<h6 class="error-h6">That archive is password protected 😡 <b>Don't fool me !</b></h6>
<p class="error-p">Either it's effectively password protected, or it's a splitted archive, or it's corrupted, or that file format isn't supported yet</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<h6 class="error-h6">Telegram says: [400 MESSAGE_ID_INVALID] - The message id is invalid (caused by "messages.ForwardMessages")</h6>
<p class="error-p">Your tried to extract a file from a channel which restricts saving content</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<h6 class="error-h6">Telegram says: [400 QUERY_ID_INVALID] - The callback query id is invalid (caused by "messages.SetBotCallbackAnswer")</h6>
<p class="error-p">Your deleted the bot's message before it could edit its message</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<h6 class="error-h6">Telegram says: [400 MESSAGE_NOT_MODIFIED] - The message was not modified because you tried to edit it using the same content (caused by "messages.EditMessage")</h6>
<p class="error-p">The bot failed to edit its message. Don't pay attention to it</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<h6 class="error-h6">Cannot connect to host {name}:80 ssl:default [Name or service not known]</h6>
<p class="error-p">That URL is unreachable/down</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<h6 class="error-h6">Response payload is not completed</h6>
<p class="error-p">The connection hanged up before the bot could download the full file</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<h6 class="error-h6">Server disconnected</h6>
<p class="error-p">The server went down</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<h6 class="error-h6">Cannot connect to {name}:8080 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')]</h6>
<p class="error-p">The certificate of that URL isn't valid anymore</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<h6 class="error-h6">400, message='Invalid character in chunk size', url=URL('{name}')</h6>
<p class="error-p">The URL gave a bad chunk, impossible to download that file</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<h6 class="error-h6">URL should be absolute</h6>
<p class="error-p">You can't use a relative URL, use the full one</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<h6 class="error-h6">Telegram says: [400 USER_IS_BLOCKED] - The user blocked you (caused by "messages.SendMessage")</h6>
<p class="error-p">That user blocked the bot, you can't send anything to him anymore</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<h6 class="error-h6">Value after * must be an iterable, not NoneType</h6>
<p class="error-p">That error was due to concurrent transfers, it's deprecated by now</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<h6 class="error-h6">[Errno 12] Cannot allocate memory</h6>
<p class="error-p">The server is full, no more space available</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<h6 class="error-h6">{empty}</h6>
<p class="error-p">If there's no error message, please send me a message <a href="https://t.me/EDM115" target="_blank" class="animated"><i class="bx bxl-telegram"><b> @EDM115 </b></i></a></p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<h6 class="error-h6">Got another error ?</h6>
<p class="error-p">Report it in the chat <a href="https://t.me/EDM115_chat" target="_blank" class="animated"><i class="bx bxl-telegram"><b> @EDM115_chat </b></i></a></p>
</div>
</div>
</div>
</div>
</section>
<section id="code" class="projects section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Source code</h2>
</div>
<h5>
The full source code is available here : <a href="https://github.com/EDM115/unzip-bot" target="_blank" class="animated"><i class="bi bi-github"><b> EDM115/unzip-bot </b></i></a><br>
Feel free to contribute, <a href="https://github.com/EDM115/unzip-bot/pulls" target="_blank" class="animated">
<svg height="16" viewBox="0 0 16 16" version="1.1" width="16" class="svg">
<path fill-rule="evenodd" d="M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z"></path>
</svg>
pull requests are welcome</a> and <a href="https://github.com/EDM115/unzip-bot/issues" target="_blank" class="animated">
<svg height="16" viewBox="0 0 16 16" version="1.1" width="16" class="svg">
<path d="M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path>
</svg>
issues are open</a> if you wanna report a bug or suggest a feature
</h5>
</div>
</section>
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<h5>
If you need more help, or just wanna talk, hit me at <a href="https://t.me/EDM115" target="_blank" class="animated"><i class="bx bxl-telegram"><b> @EDM115 </b></i></a>or send a mail at <a href="mailto:unzip@edm115.eu.org" target="_blank" class="animated"><i class="bi bi-envelope"> unzip@edm115.eu.org</a></i>
</h5>
</div>
</section>
</main>
<footer id="footer">
<div class="container animated-gradient">
<br><br><br>
<h3>EDM115 • Social links</h3>
<br>
<div class="social-links">
<a href="https://github.com/EDM115" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="GitHub : @EDM115"><i class="bx bxl-github"></i></a>
<a href="https://t.me/EDM115" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="Telegram : @EDM115"><i class="bx bxl-telegram"></i></a>
<a href="https://discord.com/users/625240117560475658" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="Discord : @edm115"><i class="bx bxl-discord-alt"></i></a>
<a href="https://www.linkedin.com/in/edm115/" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="LinkedIn : @EDM115"><i class="bx bxl-linkedin"></i></a>
<a href="https://paypal.me/8EDM115" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="PayPal : @8EDM115"><i class="bi bi-paypal"></i></a>
<a href="https://stackoverflow.com/users/18644204" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="StackOverflow : @EDM115"><i class="bi bi-stack-overflow"></i></a>
<a href="https://www.reddit.com/user/EDM115" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="Reddit : @EDM115"><i class="bi bi-reddit"></i></a>
<a href="https://open.spotify.com/user/6vfix5kti0ri2azoz1map7wg4" target="_blank" class="button" data-bs-toggle="tooltip" data-bs-title="Spotify profile : EDM115"><i class="bi bi-spotify"></i></a>
<a href="../socials" class="button" data-bs-toggle="tooltip" data-bs-title="More socials"><i class="bx bx-list-plus"></i></a>
</div>
<br>
</div>
</footer>
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center button"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="../assets/vendor/aos/aos.js"></script>
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="../assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="../assets/vendor/popper/popper.min.js"></script>
<script src="../assets/vendor/purecounter/purecounter.js"></script>
<script src="../assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="../assets/vendor/typed.js/typed.min.js"></script>
<script src="../assets/vendor/waypoints/noframework.waypoints.min.js"></script>
<!-- Main JS File -->
<script src="../assets/js/main.js"></script>
<script src="./main.js"></script>
</body>
</html>