Skip to content

Commit

Permalink
Version2 (Guru322#93)
Browse files Browse the repository at this point in the history
Version 2

Co-authored-by: GURU <107632293+guru65476@users.noreply.github.com>
Co-authored-by: Amrit9304 <91752236+Amrit9304@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 27, 2023
1 parent 011cdc3 commit 18c7ab4
Show file tree
Hide file tree
Showing 272 changed files with 4,041 additions and 5,462 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ package-lock.json
guru.data.json
database.json
.env
session
tmp
Binary file added Assets/Gurulogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions Assets/guru.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GURU-BOT Status</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(45deg, #ff0000, #00ff00, #0000ff, #ff0000); /* RGB gradient background */
background-size: 400% 400%;
animation: backgroundGradient 10s linear infinite;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
}
.status {
font-size: 36px;
font-weight: bold;
color: black; /* Text color */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
padding: 20px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
animation: moveRotate 4s linear infinite;
position: absolute;
}

@keyframes moveRotate {
0% {
top: 0;
left: 0;
transform: rotate(0deg);
}
25% {
top: 0;
left: calc(100% - 300px);
transform: rotate(90deg);
}
50% {
top: calc(100% - 100px);
left: calc(100% - 300px);
transform: rotate(180deg);
}
75% {
top: calc(100% - 100px);
left: 0;
transform: rotate(270deg);
}
100% {
top: 0;
left: 0;
transform: rotate(360deg);
}
}

@keyframes backgroundGradient {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
</style>
</head>
<body>
<div class="status">GURU BOT Online</div>
</body>
</html>
Binary file added Assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/rankbg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Guru.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: npm start
web: npm start
46 changes: 6 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p align="center">
<a href="https://youtu.be/WcA7GZuaN0A">
<img alt="Guru" height="300" src="https://cdn.jsdelivr.net/gh/Guru322/api@Guru/guru.jpg">
<h1 align="center">GURU-BOT</h1>
<h1 align="center">GURU-BOT 2.O</h1>
</a>
</p>
<p align="center">
Expand All @@ -15,18 +15,6 @@
<a href="https://github.com/Guru322/GURU-BOT/watchers"><img title="Watching" src="https://img.shields.io/github/watchers/Guru322/GURU-BOT?label=Watching&style=social"></a>
</p>

**Important Notice**: The current version of GURU-BOT is outdated, and I will no longer be actively maintaining it. I appreciate your support and interest.

## Version 2 Coming Soon

I'm excited to announce that a new and improved version (Version 2) of GURU-BOT is in development and will be released in the near future. Version 2 will come with exciting features, bug fixes, and enhancements.

In the meantime, I encourage you to stay tuned for updates and follow the progress of Version 2. Thank you for your patience, and I apologize for any inconvenience caused by the outdated version.

If you have any questions or need assistance, please feel free to reach out to me via [support@gurubhai.is-a.dev].

Thank you for your understanding and continued support!

####
GURU-BOT- Simple Multi Device whatsapp bot.

Expand All @@ -38,9 +26,9 @@ GURU-BOT- Simple Multi Device whatsapp bot.
<br>
<a href='https://github.com/Guru322/GURU-BOT/fork' target="_blank"><img alt='Fork repo' src='https://img.shields.io/badge/Fork Repo-100000?style=for-the-badge&logo=scan&logoColor=white&labelColor=black&color=black'/></a>

2. Scan the QR and upload guru.data.json to your fork(will recieve it on your bot number after scanning)
2. Get Session ID
<br>
<a href='https://replit.com/@Guru322/GURU-BOT-QR-CODE-GENERATOR?v=1' target="_blank"><img alt='SCAN QR' src='https://img.shields.io/badge/Scan_qr-100000?style=for-the-badge&logo=scan&logoColor=white&labelColor=black&color=black'/></a>
<a href='https://replit.com/@Gurucharan-saho/GURU-BOT-PAIR?v=1' target="_blank"><img alt='SESSION ID' src='https://img.shields.io/badge/Session_id-100000?style=for-the-badge&logo=scan&logoColor=white&labelColor=black&color=black'/></a>



Expand All @@ -49,12 +37,7 @@ GURU-BOT- Simple Multi Device whatsapp bot.
1. If You don't have an account in Heroku. Create a account.
<br>
<p align="center"><a href="https://signup.heroku.com"> <img src="https://img.shields.io/badge/heroku%20Account-blue?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p>

2. Watch the following video to create Heroku acc for free.
<br>
<p align="center"><a href="https://www.youtube.com/watch?v=J_Sq5OxK8ZE"> <img src="https://img.shields.io/badge/heroku%20Tutorial-blue?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p>

3. Now Deploy
2. Now Deploy
<br>
<p align="center"><a href="https://heroku.com/deploy?template=https://github.com/Guru322/GURU-BOT"> <img src="https://img.shields.io/badge/Heroku%20Deploy-blue?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p>

Expand All @@ -77,22 +60,8 @@ GURU-BOT- Simple Multi Device whatsapp bot.

2. Now Deploy
<br>
<p align="center"><a href="https://repl.it/github/avi453/GURU-BOT"> <img src="https://img.shields.io/badge/replit%20Deploy-blue?style=for-the-badge&logo=replit" width="220" height="38.45"/></a></p>
<p align="center"><a href="https://repl.it/github/Guru322/GURU-BOT"> <img src="https://img.shields.io/badge/replit%20Deploy-blue?style=for-the-badge&logo=replit" width="220" height="38.45"/></a></p>

#### DEPLOY TO COOLIFY (Error occurs when server gets overloaded)

1. If You don't have an account in Coolify. Create a account.
<br>
<p align="center"><a href="http://65.21.52.72:3000/register"> <img src="https://img.shields.io/badge/coolify%20Account-blue?style=for-the-badge&logo=coolify" width="220" height="38.45"/></a></p>

2. Now Deploy
<br>
<p align="center"><a href="https://youtu.be/hBxSyqyeoFU"> <img src="https://img.shields.io/badge/Coolify%20Deploy-blue?style=for-the-badge&logo=coolify" width="220" height="38.45"/></a></p>


## 📙 Guide

- [Termux Hosting Guide](https://github.com/Guru322/GURU-BOT/blob/main/Termux-Guide.md)


## 🤩 Support
Expand All @@ -101,10 +70,7 @@ SUPPORT GROUP: <a href="https://chat.whatsapp.com/F3sB3pR3tClBvVmlIkqDJp"><img a

- Star ⭐ the repo if you like GURU-BOT.

## BASE OG BY [FG98](https://github.com/FG98F/dylux-fg)


**THANKS TO** |[GURU](https://github.com/Guru322/GURU-BOT) |
### TEAM GURU BOT



20 changes: 5 additions & 15 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,14 @@
"repository": "https://github.com/Guru322/GURU-BOT",
"stack": "container",
"env": {
"OPENAI_API_KEY": {
"description": "openai apikey",
"required": false,
"value": ""
},
"OPENAI_ORGANIZATION": {
"description": "openai organisation id",
"required": false,
"value": ""
},
"MONGO_DB": {
"DATABASE_URL": {
"description": "your mongodb database url",
"required": false,
"required": true,
"value": ""
},
"REMOVE_BG_API_KEY": {
"description": "removebg api key",
"required": false,
"SESSION_ID": {
"description": "your session id",
"required": true,
"value": ""
}
},
Expand Down
8 changes: 6 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ global.owner = [
['']
] //Number of owners

//global.pairingNumber = "" //put your bot number here

global.mods = ['917605902011','32460248586']
global.prems = ['917605902011', '32460248586', '919398758484']
global.allowed = ['917605902011', '32460248586', '19152999993']
Expand All @@ -21,7 +23,7 @@ global.keysxteammm = ['29d4b59a4aa687ca', '5LTV57azwaid7dXfz5fzJu', 'cb15ed422c7
global.keysxteam = keysxteammm[Math.floor(keysxteammm.length * Math.random())]
global.keysneoxrrr = ['5VC9rvNx', 'cfALv5']
global.keysneoxr = keysneoxrrr[Math.floor(keysneoxrrr.length * Math.random())]
global.lolkeysapi = ['BrunoSobrino_2']
global.lolkeysapi = ['GataDios']

global.APIs = { // API Prefix
// name: 'https://website'
Expand Down Expand Up @@ -52,12 +54,14 @@ global.botname = 'ᴛʜᴇ ɢᴜʀᴜ-ʙᴏᴛ'
global.premium = 'true'
global.packname = 'GURU┃ᴮᴼᵀ'
global.author = '@Asliguru'
global.menuvid = 'https://telegra.ph/file/085c4b1068f0f4f8db970.mp4'
global.igfg = '▢ Follow on Instagram\nhttps://www.instagram.com/asli_guru69\n'
global.dygp = 'https://chat.whatsapp.com/BibVE6tUICp3qOm2a1Ur8f'
global.fgsc = 'https://github.com/Guru322/GURU-BOT-V1'
global.fgsc = 'https://github.com/Guru322/GURU-BOT'
global.fgyt = 'https://youtube.com/@Asliguru'
global.fgpyp = 'https://youtube.com/@Asliguru'
global.fglog = 'https://raw.githubusercontent.com/Guru322/api/Guru/guru.jpg'
global.thumb = fs.readFileSync('./Assets/Gurulogo.jpg')


global.wait = '*⌛ _Charging..._*\n*▰▰▰▱▱▱▱▱*'
Expand Down
Loading

0 comments on commit 18c7ab4

Please sign in to comment.