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
- Host: GitHub
- URL: https://github.com/vajiratech/vajira_md
- Owner: VajiraTech
- Created: 2024-11-03T02:52:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T04:04:28.000Z (5 months ago)
- Last Synced: 2024-12-30T12:54:44.652Z (5 months ago)
- Topics: bestbot, bestbotlist, bots, multi-device-bot, multidevice-bot, vajira-md, vajirabot, vajiramd, vajiratech, whatsapp-api, whatsapp-bot, whatsapp-web
- Language: JavaScript
- Homepage: https://vajiraapi-089fa316ec80.herokuapp.com/
- Size: 7.9 MB
- Stars: 102
- Watchers: 1
- Forks: 384
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
VAJIRA-MD 7.O
## π‘ 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π
```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 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
```