Skip to content

the-whatsapp-bots/Laka-Md-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

WhatsApp Channel

mrlaka :: Visitor's Count

 


1. Fork This Repository

Start by forking this repository to your own GitHub account. Click the button below to fork:

2. Get Session ID

You will need a session ID to run the LAKA=MD. Click the button below to obtain your session ID.if any error in loading site try vpn:

Get Pair Code (Session ID)

Pairing Code

Deployment

You can deploy this bot for free on the following platforms:


Heroku

Deploy


Replit

Deploy to Replit


Railway

Deploy to Railway


Koyeb

Deploy to Koyeb


Render

Deploy to Render


GitHub Actions Workflows

Node.js CI

You can set up a continuous integration workflow by creating a .github/workflows/nodejs.yml file with the following content:

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

🔗 LAKA-MD INFO


repo views

Docker Size Docker Pulls

forks stars

size license developer

🌐 WhatsApp Channel


Stay connected with the latest updates and community by joining our official WhatsApp group and channel. You can also contact the owner directly.

WhatsApp Channel



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • Dockerfile 41.8%