-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (123 loc) · 7.44 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Link Bypasser Bot | Telegram Bot that bypasses Ad-Links.</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Link Bypasser Bot" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Telegram Bot that bypasses Ad-Links." />
<meta property="og:description" content="Telegram Bot that bypasses Ad-Links." />
<link rel="canonical" href="https://www.caduceus.ml/Link-Bypasser-Bot/" />
<meta property="og:url" content="https://www.caduceus.ml/Link-Bypasser-Bot/" />
<meta property="og:site_name" content="Link-Bypasser-Bot" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Link Bypasser Bot" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Telegram Bot that bypasses Ad-Links.","headline":"Link-Bypasser-Bot","name":"Link-Bypasser-Bot","url":"https://www.caduceus.ml/Link-Bypasser-Bot/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="/Link-Bypasser-Bot/assets/css/style.css?v=535dc8100bd15e3f1dd6daf3ab37b8c7a448a175">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/Link-Bypasser-Bot/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner">
<h1 class="project-name">Link Bypasser Bot</h1>
<h2 class="project-tagline">Telegram Bot that bypasses Ad-Links.</h2>
</header>
<main id="content" class="main-content" role="main">
<h1 align="center"><b>🔗Link Bypasser Bot</b></h1>
<p align="center"><b>Powerful & Lightweight Telegram Bot to bypass Ad Links.🔥</b></p>
<div align="center"><a href="https://colab.research.google.com/github/TheCaduceus/Link-Bypasser/blob/main/Link_Pass.ipynb"><img src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667" /></a></div>
<p><b>🌟Public running Bot instance: <a href="https://DrLinkBot.t.me/">@DrLinkBot</a></b></p>
<h2 id="️installation"><b>⚙️Installation</b></h2>
<p><strong>First verify your machine have <a href="https://www.python.org/downloads/">Python with PIP</a> & <a href="https://git-scm.com/downloads">Git</a> installed.</strong></p>
<p><strong>1.Download Repository:</strong></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/TheCaduceus/Link-Bypasser-Bot.git
</code></pre></div></div>
<p><strong>2.Install Requirements:</strong></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip install -r requirements.txt
</code></pre></div></div>
<p><strong>3.Fill <code class="language-plaintext highlighter-rouge">config.py</code>:</strong></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>nano config.py
</code></pre></div></div>
<p><strong>4.Run the Bot:</strong></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>py main.py
</code></pre></div></div>
<p><strong>5.Getting Logs:</strong></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cat runtime-log.txt
</code></pre></div></div>
<p><b>By Default, Bot saves all live runtime logs in `runtime-log.txt` file! If you tackle any error then don't forget to share your log file.</b></p>
<h2 id="️-variables">✏️ Variables</h2>
<p><strong>Below given variables should be filled in <a href="https://github.com/TheCaduceus/Link-Bypasser-Bot/blob/main/config.py">config.py</a> file</strong></p>
<ul>
<li><strong><code class="language-plaintext highlighter-rouge">Get_ENV</code> Enter <code>True</code> if you want to get Values from System environment or <code>False</code> if simply putting in <code>config.py</code> itself.
<li><strong><code class="language-plaintext highlighter-rouge">TOKEN</code> Enter Bot API Token from <a href="https://BotFather.t.me">@BotFather</a></strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">CRYPT</code> Enter GdToT Crypt cookie to bypass GdToT links. (Optional)</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">XSRF TOKEN</code> Enter your Sharer.pw <code class="language-plaintext highlighter-rouge">XSRF_TOKEN</code> cookie.</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">Laravel Session</code> Enter your Sharer.pw Laravel Session cookie.</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">KOLOP_CRYPT</code> Enter your KOLOP Crypt. (Optional)</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">DRIVEFIRE_CRYPT</code> Enter your DRIVEFIRE Crypt. (Optional)</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">HUBDRIVE_CRYPT</code> Enter your HUBDRIVE Crypt. (Optional)</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">KATDRIVE_CRYPT</code> Enter your KATDRIVE Crypt. (Optional)</strong></li>
<li><strong><code class="language-plaintext highlighter-rouge">UPTOBOX_TOKEN</code> Enter your UPTOBOX Token. (Optional)</strong></li>
</ul>
<h2 id="commands-for-botfather"><b>Commands for <a href="https://BotFather.t.me">@BotFather</a></b></h2>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>start - Welcome Message with supported sites
gdlist - Drive Look-Alike site list
af - adfly
gp - gplinks [Not Working!]
dl - droplink
lv - linkvertise
md - mdisk
rl - rocklinks
pd - pixeldrain
wt - wetransfer
mu - megaup
gd - google drive look-alike
ot - others
ou - ouo
gt - gdtot
sh - sharer.pw
ps - psa.pm
go - gofile
st - shorte
pi - pixl
an - anonfiles
gy - gyanilinks
sg - shortingly
su - shareus
db - dropbox
fc - filecrypt
zs - zippyshare
mf - mediafire
ko - kolop
df - drivefire
hd - hubdrive
kd - katdrive
ddllist - DDL supported sites
gdlist - Gdrive look-alike sites
otlist - Others supported sites
</code></pre></div></div>
<h2 id="other-projects"><b>🍵Other Projects</b></h2>
<ul>
<li><strong><a href="https://drgraph.cf/">Dr.Graph</a>: Online Anonymous Text / Pasting platform without limits.</strong></li>
<li><strong><a href="https://drfilestreambot.t.me/">Dr.FileStreamBot</a>: Get Download / Stream links for Telegram files and use as host.</strong></li>
</ul>
<footer class="site-footer">
<span class="site-footer-credits"><b>Copyright Owner: <a href="https://github.com/TheCaduceus">Dr.Caduceus</a></b></span>
</footer>
</main>
</body>
</html>