Skip to content

Commit 0a01179

Browse files
authored
Update
1 parent c9202a2 commit 0a01179

24 files changed

+1869
-1
lines changed

Dockerfile

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
FROM node:lts-buster
2+
3+
RUN apt-get update && \
4+
apt-get install -y \
5+
ffmpeg \
6+
imagemagick \
7+
webp && \
8+
apt-get upgrade -y && \
9+
rm -rf /var/lib/apt/lists/*
10+
11+
COPY package.json .
12+
13+
RUN npm install && npm install qrcode-terminal
14+
15+
COPY . .
16+
17+
EXPOSE 5000
18+
19+
CMD ["node", "index.js"]

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 DASTAGHIR
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Layerfile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
FROM vm/ubuntu:18.04
2+
3+
4+
RUN apt-get update && \
5+
apt-get install ca-certificates curl gnupg lsb-release && \
6+
sudo mkdir -p /etc/apt/keyrings && \
7+
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \
8+
echo \
9+
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" |\
10+
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null && \
11+
apt-get update && \
12+
apt-get install docker-ce docker-ce-cli containerd.io
13+
14+
COPY . .
15+
16+
RUN docker build -t image .
17+
RUN docker run -d -p 5000:5000 image
18+
EXPOSE WEBSITE http://localhost:5000

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node . --server

README.md

+218-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,218 @@
1-
# PRINCEAI
1+
# ![PRINCE-MD](https://readme-typing-svg.demolab.com?font=Poppins&size=24&pause=800&color=008080&center=true&vCenter=true&width=600&lines=🥰+**ASSALAMUALAIKUM**+❣️+**EVERYONE**+👋🏻;😍+**WELCOME+TO+PRINCE+MD+BOT**+💙;🔥+**THE+ULTIMATE+WHATSAPP+BOT+EXPERIENCE!**;🎉+**ENJOY+UNLIMITED+FEATURES+AND+COMMANDS!**;💡+**FAST+%7C+RELIABLE+%7C+USER-FRIENDLY+BOT!**;✨+**LET'S+GET+STARTED!**)
2+
3+
4+
<div align="center" style="margin: 20px; font-family: Arial, sans-serif;">
5+
<a href="" style="text-decoration: none;">
6+
<img
7+
alt="PRINCE"
8+
width="700"
9+
height="400"
10+
src="https://i.imgur.com/iI086tX.jpeg"
11+
style="border: 3px solid #000; border-radius: 15px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease;"
12+
onmouseover="this.style.transform='scale(1.05)'; this.style.boxShadow='0 8px 16px rgba(0, 0, 0, 0.4)';"
13+
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 6px 12px rgba(0, 0, 0, 0.3)';"
14+
>
15+
</a>
16+
<p style="margin-top: 10px; font-size: 18px; color: #333;">𝙅𝘼𝙕𝘼𝙆𝘼𝙇𝙇𝘼𝙃 𝙏𝙊 𝘿𝘼𝙎𝙏𝘼𝙂𝙀𝙀𝙍 𝙁𝙊𝙍 𝙏𝙃𝙄𝙎 𝘽𝙊𝙏</p>
17+
</div>
18+
19+
# <h1 align="center" style="font-family: 'Arial', sans-serif; color: #1a73e8;">𝙋𝙍𝙄𝙉𝘾𝙀 𝙈𝘿 𝘽𝙊𝙏</h1>
20+
21+
<div align="center">
22+
<a href="https://github.com/DASTAGHIR/PRINCEMD">
23+
<img title="Author" src="https://img.shields.io/badge/𝑷𝑹𝑰𝑵𝑪𝑬%20𝑴𝑫%20𝑩𝑶𝑻-black?style=for-the-badge&logo=github">
24+
</a>
25+
<br>
26+
<a href="https://github.com/DASTAGHIR?tab=followers">
27+
<img title="Followers" src="https://img.shields.io/github/followers/DASTAGHIR?label=Followers&style=social">
28+
</a>
29+
<a href="https://github.com/DASTAGHIR/PRINCEMD/stargazers/">
30+
<img title="Stars" src="https://img.shields.io/github/stars/DASTAGHIR/PRINCEMD?style=social">
31+
</a>
32+
<a href="https://github.com/DASTAGHIR/PRINCEMD/network/members">
33+
<img title="Fork" src="https://img.shields.io/github/forks/DASTAGHIR/PRINCEMD?style=social">
34+
</a>
35+
<a href="https://github.com/DASTAGHIR/PRINCEMD/watchers">
36+
<img title="Watching" src="https://img.shields.io/github/watchers/DASTAGHIR/PRINCEMD?label=Watching&style=social">
37+
</a>
38+
</div>
39+
40+
41+
42+
<div align="center">
43+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
44+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
45+
</div>
46+
47+
<div align="left">
48+
49+
## 🟢🟣🔵 𝘾𝙇𝙄𝘾𝙆 𝘼𝙉𝘿 𝙒𝘼𝙄𝙏 𝙏𝙊 𝙊𝙋𝙀𝙉 𝙏𝙃𝙀 𝙎𝙄𝙏𝙀📳
50+
<br>
51+
<br>
52+
</div>
53+
54+
## 🟣 𝙎𝙃𝙊𝙍𝙏 𝙎𝙀𝙎𝙎𝙄𝙊𝙉
55+
56+
### 𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚 1️⃣
57+
[![Session](https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-purple?style=for-the-badge&logo=heroku&logoColor=white)](https://princesession-653c5b876049.herokuapp.com)
58+
59+
### 𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚 2️⃣
60+
[![Session](https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-red?style=for-the-badge&logo=heroku&logoColor=white)](https://sessionp-ffd02587aaea.herokuapp.com)
61+
62+
### 𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚 3️⃣
63+
[![Session](https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-blue?style=for-the-badge&logo=heroku&logoColor=yellow)](https://dead-christel-secktor-f9b56895.koyeb.app/)
64+
65+
### 𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚 4️⃣
66+
[![Session](https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-yellow?style=for-the-badge&logo=heroku&logoColor=yellow)](https://princesesionn.onrender.com)
67+
68+
### 𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚 5️⃣
69+
[![Session](https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-E6E6FA?style=for-the-badge&logo=heroku&logoColor=yellow)](https://shortsession.onrender.com)
70+
71+
<br>
72+
<br>
73+
74+
<br>
75+
76+
### 🔵 𝙇𝙊𝙉𝙂 𝙎𝙀𝙎𝙎𝙄𝙊𝙉 𝙁𝙊𝙍 𝙋𝘼𝙉𝙀𝙇𝙎
77+
78+
</div>
79+
80+
<div align="left">
81+
<h3 style="color: #34a853;">𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚1️⃣</h3>
82+
<a href="https://prince-new-base64-pair.onrender.com">
83+
<img height="30" title="Session" src="https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-skyblue?style=for-the-badge&logo=render">
84+
</a>
85+
<br>
86+
<h3 style="color: #34a853;">𝙋𝙖𝙞𝙧 𝙘𝙤𝙙𝙚2️⃣</h3>
87+
<a href="https://prince-session-base64.onrender.com">
88+
<img height="30" title="Session" src="https://img.shields.io/badge/𝗦𝗘𝗦𝗦𝗜𝗢𝗡-green?style=for-the-badge&logo=render">
89+
</a>
90+
</div>
91+
92+
<div align="center">
93+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
94+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
95+
</div>
96+
97+
98+
99+
# 𝘿𝙀𝙋𝙇𝙊𝙔𝙈𝙀𝙉𝙏 𝙊𝙋𝙏𝙄𝙊𝙉𝙎
100+
</div>
101+
<div align="center">
102+
<a href="https://gd-sdeploy.vercel.app/">
103+
<img height="30" title="Heroku" src="https://img.shields.io/badge/𝗛𝗘𝗥𝗢𝗞𝗨-9966CC?style=for-the-badge&logo=render">
104+
</a>
105+
<a href="https://repl.it/github/DASTAGHIR/PRINCEMD">
106+
<img height="30" title="Replit" src="https://img.shields.io/badge/𝗥𝗘𝗣𝗟𝗜𝗧-orange?style=for-the-badge&logo=replit">
107+
</a>
108+
<a href="https://dashboard.render.com/blueprint/new?repo=https%3A%2F%2Fgithub.com%2FDASTAGHIR%2FPRINCEMD">
109+
<img height="30" title="Render" src="https://img.shields.io/badge/𝗥𝗘𝗡𝗗𝗘𝗥-E6E6FA?style=for-the-badge&logo=render">
110+
</a>
111+
</div>
112+
113+
<div align="center">
114+
115+
## 𝙍𝙐𝙉 𝙊𝙉 𝙆𝙊𝙔𝙀𝘽
116+
### 𝘊𝘭𝘪𝘤𝘬 𝘰𝘯 𝘵𝘩𝘪𝘴 𝘣𝘶𝘵𝘵𝘰𝘯, 𝘤𝘩𝘢𝘯𝘨𝘦 𝘵𝘩𝘦 𝘉𝘶𝘪𝘭𝘥𝘱𝘢𝘤𝘬 𝘵𝘰 𝘋𝘰𝘤𝘬𝘦𝘳𝘧𝘪𝘭𝘦, 𝘧𝘪𝘭𝘭 𝘪𝘯 𝘵𝘩𝘦 𝘷𝘢𝘳𝘪𝘢𝘣𝘭𝘦𝘴, 𝘤𝘭𝘪𝘤𝘬 𝘋𝘦𝘱𝘭𝘰𝘺, 𝘢𝘯𝘥 𝘸𝘢𝘪𝘵. 𝘌𝘯𝘫𝘰𝘺 𝘵𝘩𝘦 𝘣𝘰𝘵!
117+
118+
119+
<div align="center">
120+
<p align="center">
121+
<a href="https://app.koyeb.com/deploy?type=git&repository=https://github.com/DASTAGHIR/PRINCEMD&branch=main&name=princegds&builder=dockerfile&env[SESSION_ID]=&env[BOT_NAME]=PRINCE-MD&env[OWNER_NUMBER]=9230926680000%3B%E2%9D%A3%EF%B8%8FPRINCE+THE+DEVELOPER&env[MODE]=public&env[PREFIX]=&env[antidelete]=false&env[DATABASE_URL]=&env[ANTI_LINK]=false&env[AutoReaction]=false&env[STATUSVIEW]=false&env[STATUS_MSG]=Your+Status+has+been+seen+by+Prince+bot&env[REJECTSCALLS]=true&env[ANTIFAKE_USERS]=1%2C212%2C63%2C44&env[PACK_NAME]=Princebot%F0%9F%8E%97%EF%B8%8F%E2%9D%A3%EF%B8%8F&env[DL_MSG]=_📥DOWNLOADED+SUCCESSFULLY✅_">
122+
<img src="https://www.koyeb.com/static/images/deploy/button.svg" height="45"/>
123+
</a>
124+
</p>
125+
</div>
126+
127+
## 💻𝘿𝙀𝙋𝙇𝙊𝙔 𝙊𝙉 𝙏𝘼𝙇𝙆 𝘿𝙍𝙊𝙑𝙀 𝙁𝙊𝙍 𝙁𝙍𝙀𝙀
128+
[![TALK DROVE](https://img.shields.io/badge/HOST.TALK-DROVE-blue?style=for-the-badge&logo=drove)](https://host.talkdrove.com/auth/signup?ref=0BEA2CA9)
129+
130+
<br>
131+
132+
<div align="center">
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+
<div align="center">
172+
173+
# 🟢 𝙎𝙐𝙋𝙋𝙊𝙍𝙏 𝙂𝙍𝙊𝙐𝙋 𝙇𝙄𝙉𝙆 🟢
174+
175+
</div>
176+
177+
178+
179+
180+
181+
182+
<p align="center">
183+
<a href="https://chat.whatsapp.com/Jo5bmHMAlZpEIp75mKbwxP">
184+
<img height="30" title="Support Group" src="https://img.shields.io/badge/Support%20Group-25D366?style=for-the-badge&logo=whatsapp&logoColor=white">
185+
</a>
186+
</p>
187+
188+
<div align="center">
189+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
190+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
191+
</div>
192+
193+
### 𝗟𝗜𝗖𝗘𝗡𝗦𝗘: [Click here](https://github.com/PRINCE-GDS/PRINXE-MD/blob/main/LICENSE)
194+
195+
<div align="left">
196+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
197+
<a><img src='https://i.imgur.com/LyHic3i.gif'/></a>
198+
</div>
199+
200+
---
201+
202+
# 💠 [𝗔𝗩𝗔𝗜𝗟𝗔𝗕𝗟𝗘 𝗟𝗔𝗡𝗚𝗨𝗔𝗚𝗘𝗦 𝗙𝗢𝗥 𝗣𝗥𝗜𝗡𝗖𝗘 𝗕𝗢𝗧]
203+
204+
### 🪄 𝘼𝙍𝘼𝘽𝙄𝘾 = 𝘼𝙍
205+
206+
### 🪄 𝙐𝙍𝘿𝙐 = 𝙐𝙍
207+
208+
### 🪄 𝙀𝙉𝙂𝙇𝙄𝙎𝙃 𝙂𝙇𝙊𝘽𝘼𝙇 = 𝙀𝙉
209+
210+
### 🪄 𝘽𝘼𝙃𝘼𝙎𝘼 𝙄𝙉𝘿𝙊𝙉𝙀𝙎𝙄𝘼 = 𝙄𝘿
211+
212+
### 🪄 𝙋𝙊𝙍𝙏𝙐𝙂𝙐𝙀𝙎𝙀 = 𝙋𝙏
213+
214+
### 🪄 𝙎𝙋𝘼𝙉𝙄𝙎𝙃 = 𝙀𝙎
215+
216+
217+
218+
---

0 commit comments

Comments
 (0)