https://github.com/llweditz/llw-md
⭕LLW MD IS A NEW WHATSAPP BOT CREATED IN 2025
https://github.com/llweditz/llw-md
sri-lanka whatsapp whatsapp-bot
Last synced: 2 months ago
JSON representation
⭕LLW MD IS A NEW WHATSAPP BOT CREATED IN 2025
- Host: GitHub
- URL: https://github.com/llweditz/llw-md
- Owner: LLWEDITZ
- License: apache-2.0
- Created: 2025-02-09T04:05:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T10:13:11.000Z (4 months ago)
- Last Synced: 2025-02-09T10:28:22.662Z (4 months ago)
- Topics: sri-lanka, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage: https://github.com/LLWEDITZ/LLW-MD
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

LLW MD IS A NEW WHATSAPP BOT CREATED
ON 2025 FEBRUARY!IT HAS MANY COOL
FEATURES AND YOU GOT THE CHANCE TO
CHECK IT OUT!GITHUB FREE DEPLOY
IS THE ONLY DEPLOYMENT METHOD
THAT IS AVAILABLE NOW!🙃❤️
LLW MD V 1.O
## 💡 FOLLOW OUR CHANAL
👇 DEPLOY NOW 👇
## 🎀 STEP 01 - Fork The Repo
![]()
## DEPLOY BY SESSION ID (Qr code)
|---|---|---|---|---|---|---|---|---|---|---|---|
## 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
```