Alexa බොට් යනු WhatsApp සඳහා වන පරිශීලක බොට් එකක් වන අතර එමඟින් ඔබට බොහෝ කාර්යයන් ඉටු කිරීමට ඉඩ සලසයි. මෙය විවෘත මූලාශ්ර ව්යාපෘතියක් නොවේ. මෙය බොට් යන්ත්රයක් යෙදවීමට ඔබට ඉඩ සලසන ව්යාපෘතියක් පමණි
🌸 SESSION_ID 🌸
🌸 Now get your inbox and copy sessino id
🌸 If you past session id in (config.js/SESSION_ID || "past_copy_text")
Join Alexa suported 👧Join Alexa updates chanel 👧
CLICK THE BUTTON BELOW TO DEPLOY🌸
🌸 DEPLOY ONLY PAY 🌸
🌸 DEPLOY IN FREE 🌸
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
🌸 FREE DEPLOY WORKFLOWS
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