Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Asitha-md whatsapp bot

Awesome Lists containing this project

README

        

[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Rockstar-ExtraBold&color=F01&lines=ASITHA+MD+V3+WHATSAPP+BOT)](https://git.io/typing-svg)









Views





















GET SESSION ID VIA PAIR CODE 01

Get Session ID



GET SESSION ID VIA PAIR CODE 02

Get Session ID


_Github Account._


[![ASITHA](https://img.shields.io/badge/HOW_TO_MAKE_GITHUB_ACCOUNT-red?style=for-the-badge&logo=youtube&logoColor=white)](https://youtu.be/NZ6oSZfoR88?si=A4ThxQppWddcYZYD)




CONTACT OWNER

[![ASITHA](https://telegra.ph/file/99460844d012cad1b7ee4.jpg)](https://wa.me/94743381623)



DEPLOY

[![ASITHA](https://img.shields.io/badge/asitha_md_deploy_on_heroku-430098?style=for-the-badge&logo=heroku&logoColor=white&buttcode=1n2i3m4a)](https://dashboard.heroku.com/new?template=https://github.com/ASITHA-MD/ASITHA-MD-V2)

[![ASITHA](https://img.shields.io/badge/asitha_md_deploy_on_railway-0B0D0E?style=for-the-badge&logo=railway&logoColor=white&buttcode=1n2i3m4a)](https://railway.app?referralCode=queen-elisa)

[![ASITHA](https://img.shields.io/badge/asitha_md_deploy_on_replit-F26207?style=for-the-badge&logo=replit&logoColor=white&buttcode=1n2i3m4a)](https://replit.com/)

[![ASITHA](https://img.shields.io/badge/asitha_md_deploy_on_render-000000?style=for-the-badge&logo=render&logoColor=white&buttcode=1n2i3m4a)](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
```