Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 15 hours ago
JSON representation

πŸ‘¨β€πŸ’» VAJIRA MD V6 UPDATE πŸ‘¨β€πŸ’»

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


Typing SVG








Views























## πŸ’‘ FOLLOW OUR CHANAL

πŸ“Ž Join Our WhatsApp Channel




πŸ‘‡ DEPLOY NOW πŸ‘‡



## πŸŽ€ STEP 01 - Fork The Repo

FORK VAJIRA MD REPO



## πŸŽ€ STEP 02 - Get Session

GET SESSION

`Not come session id use a vpn and try again`




## πŸŽ€ STEP 03 - Deployment Methods

DEPLOY PLATFORMS



πŸ˜πŸ‘€ 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 CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
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
```