https://github.com/asitha-md/asitha-md-v2
  
  
    Asitha-md whatsapp bot 
    https://github.com/asitha-md/asitha-md-v2
  
asitha-md bot whatsapp whatsapp-bot
        Last synced: 7 months ago 
        JSON representation
    
Asitha-md whatsapp bot
- Host: GitHub
- URL: https://github.com/asitha-md/asitha-md-v2
- Owner: ASITHA-MD
- License: mit
- Created: 2024-11-15T01:39:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T11:27:12.000Z (10 months ago)
- Last Synced: 2025-01-01T12:28:50.979Z (10 months ago)
- Topics: asitha-md, bot, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage: https://pair-web.asitha.us.kg
- Size: 6.58 MB
- Stars: 261
- Watchers: 5
- Forks: 815
- Open Issues: 98
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          
 [](https://git.io/typing-svg)

 
  
  
GET SESSION ID VIA PAIR CODE 01
GET SESSION ID VIA PAIR CODE 02
  _Github Account._
     [](https://youtu.be/NZ6oSZfoR88?si=A4ThxQppWddcYZYD)
CONTACT OWNER
[](https://wa.me/94743381623)
DEPLOY
 [](https://dashboard.heroku.com/new?template=https://github.com/ASITHA-MD/ASITHA-MD-V2)
  
[](https://railway.app?referralCode=queen-elisa)
   
[](https://replit.com/)
   
[](https://docs.render.com/free)
COPY WORKFLOW 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
```
        
