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

https://github.com/vajiratech/vajira_md

Vajira Md V7 by the owner Vajira Rathnayaka
https://github.com/vajiratech/vajira_md

bestbot bestbotlist bots multi-device-bot multidevice-bot vajira-md vajirabot vajiramd vajiratech whatsapp-api whatsapp-bot whatsapp-web

Last synced: 18 days ago
JSON representation

Vajira Md V7 by the owner Vajira Rathnayaka

Awesome Lists containing this project

README

        

VAJIRA-MD 7.O


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

GET SESSION

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





## πŸŽ€ STEP 03 - Deployment Methods

DEPLOY PLATFORMS



πŸ˜πŸ‘€ HEY GUYS.. WATCH DEPLOYMENT VIDEOSπŸ‘‡

```How to deploy in Heroku```

https://youtu.be/bcpdqkN3UCM?si=XjatVGZ2gYv5LXiQ

## 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 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
```