├── config.js ├── app.json ├── LICENSE ├── package.json ├── README.md └── yasiya-md.js /config.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | if (fs.existsSync('config.env')) require('dotenv').config({ 3 | path: './config.env' 4 | }); 5 | 6 | function convertToBool(text, fault = 'true') { 7 | return text === fault ? true : false; 8 | } 9 | 10 | module.exports = { 11 | SESSION_ID: process.env.SESSION_ID || '' 12 | }; 13 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YASIYA-MD", 3 | "description": "Yasiya-MD is a powerful and user-friendly WhatsApp multi-device bot built with Baileys. 🤖", 4 | "logo": "https://raw.githubusercontent.com/DarkYasiyaNew/DARKYASIYA-DATABASE/main/MEDIA/IMAGE/yasiya-md.jpg", 5 | "keywords": ["whatsapp user bot", "user bot", "nodejs", "bot", "whatsapp bot", "multi device", "yasiya-md"], 6 | "success_url": "/", 7 | "env": { 8 | "SESSION_ID": { 9 | "description": "Put the session-id here.", 10 | "required": true 11 | } 12 | }, 13 | "buildpacks": [ 14 | { 15 | "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" 16 | } 17 | ], 18 | "stack": "heroku-24" 19 | } 20 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 Dark Yasiya 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. 22 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "yasiya-md", 3 | "version": "1.1.0", 4 | "description": "Yasiya-MD is a powerful and user-friendly WhatsApp multi-device bot built with Baileys. 🤖", 5 | "author": "Dark Yasiya", 6 | "license": "MIT", 7 | "scripts": { 8 | "start": "pm2 start yasiya-md.js --deep-monitoring --attach --name yasiya-md", 9 | "stop": "pm2 stop yasiya-md", 10 | "restart": "pm2 restart yasiya-md && pm2 logs", 11 | "stash": "git stash && git stash drop" 12 | }, 13 | "dependencies": { 14 | "@adiwajshing/keyed-db": "^0.2.4", 15 | "@dark-yasiya/imgbb.js": "latest", 16 | "@dark-yasiya/news-scrap": "latest", 17 | "@dark-yasiya/nexara": "1.0.0", 18 | "@dark-yasiya/scrap": "^1.0.1", 19 | "@dark-yasiya/yt-dl.js": "latest", 20 | "@google/genai": "latest", 21 | "@google/generative-ai": "0.21.0", 22 | "@octokit/rest": "^22.0.0", 23 | "@vitalets/google-translate-api": "^9.2.1", 24 | "@whiskeysockets/baileys": "6.7.19", 25 | "api-dylux": "latest", 26 | "async-g-i-s": "^1.5.5", 27 | "axios": "^1.11.0", 28 | "buffer": "^6.0.3", 29 | "caliph-api": "^1.0.1", 30 | "cheerio": "^1.0.0", 31 | "compile-run": "^2.3.4", 32 | "denethdev-ytmp3": "latest", 33 | "dotenv": "^16.4.5", 34 | "emoji-regex": "latest", 35 | "express": "latest", 36 | "file_size_url": "1.0.4", 37 | "file-type": "^16.5.4", 38 | "form-data": "^4.0.4", 39 | "fs-extra": "^11.3.1", 40 | "gemini-ai": "latest", 41 | "google-translate-api-x": "^10.7.2", 42 | "googleapis": "^156.0.0", 43 | "got": "^14.6.1", 44 | "http": "^0.0.1-security", 45 | "https": "^1.0.0", 46 | "javascript-obfuscator": "^4.1.1", 47 | "jimp": "^1.6.0", 48 | "link-preview-js": "^3.0.0", 49 | "mathjs": "^14.3.1", 50 | "megajs": "1.3.5", 51 | "mime-types": "^2.1.35", 52 | "mongodb": "^6.9.0", 53 | "node-cache": "^5.1.2", 54 | "node-cron": "^4.2.1", 55 | "node-fetch": "^2.7.0", 56 | "node-gtts": "2.0.2", 57 | "os": "^0.1.2", 58 | "path": "^0.12.7", 59 | "pg": "^8.14.1", 60 | "pino": "^9.9.0", 61 | "pm2": "^6.0.10", 62 | "puppeteer": "^24.4.0", 63 | "qrcode": "^1.5.4", 64 | "qrcode-terminal": "^0.12.0", 65 | "raganork-bot": "3.0.1", 66 | "ruhend-scraper": "^9.0.1", 67 | "seedr": "latest", 68 | "sequelize": "6.37.4", 69 | "sharp": "^0.34.1", 70 | "stream": "^0.0.3", 71 | "systeminformation": "^5.21.11", 72 | "tempmail.lol": "^4.4.0", 73 | "tinyurl": "^1.1.7", 74 | "translate-google": "^1.5.0", 75 | "util": "^0.12.4", 76 | "wa-sticker-formatter": "^4.4.4", 77 | "whois-json": "^2.0.4", 78 | "xml2js": "^0.6.2" 79 | } 80 | } 81 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
7 |
8 |
9 |
10 |
11 |
15 |
16 |
17 |
18 |
19 |
22 |
23 |
24 |
25 |
26 |
30 |
31 |
| 43 | 44 | ### 🚀 **Lightning Fast** 45 | *Experience blazing-fast response times with optimized performance architecture* 46 | 47 | | 48 |49 | 50 | ### 🛡️ **Enterprise Security** 51 | *Military-grade encryption with advanced security protocols* 52 | 53 | | 54 |55 | 56 | ### 🎨 **Modern Interface** 57 | *Beautiful, intuitive design that's both powerful and easy to use* 58 | 59 | | 60 |
104 | 🆓 **Forever Free**105 |No hidden costs, ever 106 | |
107 |
108 | ⚡ **Instant Setup**109 |Deploy in under 60 seconds 110 | |
111 |
112 | 🛡️ **100% Secure**113 |Bank-level security 114 | |
115 |
116 | 🎯 **24/7 Support**117 |Always here to help 118 | |
119 |
140 |
141 | ### 🌟 **Dark Yasiya**
142 | *Founder & Chief Architect*
143 |
144 |
145 |
146 | ```yaml
147 | Role: Visionary Leader
148 | Expertise: Full-Stack Development
149 | Passion: Revolutionary Solutions
150 | ```
151 |
152 | [](https://github.com/DarkYasiyaNew)
153 | [](https://wa.me/+94762714730)
154 |
155 | |
156 |
157 |
158 | ### ⭐ **Sadeepa Chamudith**
159 | *Co-Founder & Tech Lead*
160 |
161 | |
173 |
| 192 | 193 | ### 🤖 **Smart Automation** 194 | - **AI-Powered Responses** - Advanced natural language processing 195 | - **Custom Commands** - Create unlimited personalized commands 196 | - **Auto Replies** - Intelligent message handling 24/7 197 | - **Scheduled Messages** - Time-based automation 198 | 199 | ### 🔐 **Security & Privacy** 200 | - **End-to-End Encryption** - Military-grade security 201 | - **Privacy Protection** - Your data stays yours 202 | - **Secure API Integration** - Safe external connections 203 | - **Regular Security Updates** - Always protected 204 | 205 | | 206 |207 | 208 | ### 🎨 **User Experience** 209 | - **Modern UI/UX** - Beautiful, intuitive interface 210 | - **Multi-Language Support** - Global accessibility 211 | - **Responsive Design** - Works on any device 212 | - **Dark/Light Themes** - Customizable appearance 213 | 214 | ### ⚡ **Performance** 215 | - **Lightning Fast** - Optimized for speed 216 | - **99.9% Uptime** - Reliable and stable 217 | - **Auto Backups** - Never lose your data 218 | - **Cloud Integration** - Seamless sync across devices 219 | 220 | | 221 |