Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asitha-md/asitha-md-v2
- Owner: ASITHA-MD
- License: mit
- Created: 2024-11-15T01:39:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T11:27:12.000Z (6 days ago)
- Last Synced: 2025-01-01T12:28:50.979Z (6 days 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
[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Rockstar-ExtraBold&color=F01&lines=ASITHA+MD+V3+WHATSAPP+BOT)](https://git.io/typing-svg)
GET SESSION ID VIA PAIR CODE 01
GET SESSION ID VIA PAIR CODE 02
_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 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
```