Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vajiratech/vajira-md-new
π¨βπ» VAJIRA MD V6 UPDATE π¨βπ»
https://github.com/vajiratech/vajira-md-new
baileys-bot baileys-md best-whatsapp-bot bot bots multi-device-bot multi-device-whatsapp-bot whatsapp-bot whatsapp-bot-md
Last synced: about 1 month ago
JSON representation
π¨βπ» VAJIRA MD V6 UPDATE π¨βπ»
- Host: GitHub
- URL: https://github.com/vajiratech/vajira-md-new
- Owner: VajiraTech
- License: gpl-3.0
- Created: 2024-08-13T11:50:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T11:54:37.000Z (about 1 month ago)
- Last Synced: 2024-10-14T00:03:43.719Z (about 1 month ago)
- Topics: baileys-bot, baileys-md, best-whatsapp-bot, bot, bots, multi-device-bot, multi-device-whatsapp-bot, whatsapp-bot, whatsapp-bot-md
- Language: HTML
- Homepage: https://vrrptr-3000.csb.app/
- Size: 6.15 MB
- Stars: 311
- Watchers: 3
- Forks: 1,755
- Open Issues: 169
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
VAJIRA-MD 6.O
## Have anyone more tha 3 year old whatsapp number message to me now https://wa.me/94711453361
## π‘ FOLLOW OUR CHANAL
π DEPLOY NOW π
## π STEP 01 - Fork The Repo
## π STEP 02 - Get Session
`Not come session id use a vpn and try again`
## π STEP 03 - Deployment Methods
ππ HEY GUYS.. WATCH DEPLOYMENT VIDEOSπ
## VAJIRA MD DEVELOPER TEAM
| | | | | | |
|---|---|---|---|---|---|
| **[VAJIRA RATHNAYAKA](https://github.com/VajiraTech)**Founder & Developer | **[Kushan Sewmina](https://github.com/kushansewmina1234)** CO-Coder | **[Ayodya Vichakshana ](https://github.com/20070808lk)**CO-Coder | **[Themi Sadas](https://github.com/Darksadas)**Designer & Management| **[Theekshana rathnaweera](https://github.com/Aadhi777777)**Group & Management| **[Rukshan Md](https://github.com/Rukshanruka/Rukshan-MD-NEW)** Bug Tester |## 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
```