https://github.com/vajiraofficial/vajira_md
π¨βπ» VAJIRA MD V9 π¨βπ»
https://github.com/vajiraofficial/vajira_md
multi-bot multi-device-bot vajira-md vajirabot vajiramd vajiratech whatsapp whatsapp-api whatsapp-bot whatsapp-chat whatsapp-web
Last synced: 19 days ago
JSON representation
π¨βπ» VAJIRA MD V9 π¨βπ»
- Host: GitHub
- URL: https://github.com/vajiraofficial/vajira_md
- Owner: VajiraOfficial
- License: apache-2.0
- Created: 2025-01-29T17:15:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T07:02:21.000Z (3 months ago)
- Last Synced: 2025-03-03T04:31:19.530Z (3 months ago)
- Topics: multi-bot, multi-device-bot, vajira-md, vajirabot, vajiramd, vajiratech, whatsapp, whatsapp-api, whatsapp-bot, whatsapp-chat, whatsapp-web
- Language: JavaScript
- Homepage: https://vajira-official-api.vercel.app/
- Size: 1.85 MB
- Stars: 58
- Watchers: 1
- Forks: 320
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
VAJIRA-MD 9.O
## after deploy change your mode π .mode button or .mode nonbutton
## VAJIRA MD ERROR SUPPORT BOT
![]()
## π‘ FOLLOW OUR CHANAL
π DEPLOY NOW π
## π STEP 01 - Fork The Repo
![]()
## DEPLOY BY SESSION ID (Qr code)
## CHOOSE DEPLOYMENT METHOD π
[](https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2F&template=https://github.com/VajiraOfficial/VAJIRA_MD)
## [](https://app.koyeb.com/apps/deploy?type=git&repository=github.com/VajiraTechOfficial/VAJIRA-MD-&branch=main&env[SESSION_ID]&env[OWNER_NUMBER]=94705674697&env[MONGODB_URI]&&env[OWNER_NAME]=Dileepa&env[KOYEB_API]&env[PREFIX]=.&env[BOTCAHX_API]&env[ALIVE_IMG]=https://telegra.ph/file/0ff686352c51b20af8231.jpg&env[ALIVE_MSJ]=IAmOnline&env[global_url]=instagram.com&env[FAKE_COUNTRY_CODE]=92&env[READ_MESSAGE]=false&env[DISABLE_PM]=false&env[WORKTYPE]=public&env[THEME]=NITHYA&env[AUTO_STICKER]=false&env[AUTO_VOICE]=false&env[PACK_INFO]=prabath;madeby&name=nithya&env[KOYEB_NAME]=nithya&env[ANTILINK_VALUES]=chat.whatsapp.com&env[PORT]=8000)
## [](https://railway.app/template/)
##
## [](https://repl.it/github/VajiraTechOfficial/VAJIRA-MD-)
ππ HEY GUYS.. WATCH DEPLOYMENT VIDEOSπ
## VAJIRA MD DEVELOPER TEAM
|
|
|
|
|
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| **[Vajira T.D.D](https://github.com/VajiraTech)**Founder & Developer | **[Peter T.D.D](https://github.com/VajiraTech)** CO-Coder | **[Panda T.D.D ](https://github.com/VajiraTech)**Bug Suplier | **[Rasiya999 T.D.D](https://github.com/VajiraTech)**Tool Suplier | **[Theekshana T.D.D](https://github.com/VajiraTech)**Group & Management | **[Rukshan T.D.D](https://github.com/VajiraTech)** Bug Tester | **[Danidu T.D.D](https://github.com/VajiraTech)**Logo Designer | **[Janiya T.D.D](https://github.com/VajiraTech)** Tool Suplier | **[Didula T.D.D](https://github.com/VajiraTech)**Bug Supler | **[Arrow T.D.D](https://github.com/VajiraTech)**Bug Tester | **[Shen T.D.D](https://github.com/VajiraTech)**Movie Controller | **[Ishu T.D.D](https://github.com/VajiraTech)**Voice Helper |## Workflow Deploy Code π
```
name: Node.js CIon:
push:
branches:
- main
pull_request:
branches:
- mainjobs:
build:runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]steps:
- name: Checkout repository
uses: actions/checkout@v3- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}- name: Install dependencies
run: npm install- name: Start application
run: npm start
```