• TOHID-MD Best and fast whatsapp bot
𝗖𝗟𝗜𝗖𝗞 𝗛𝗘𝗥𝗘 PAIR CODE1
.
𝗖𝗟𝗜𝗖𝗞 𝗛𝗘𝗥𝗘 PAIR CODE2
.
𝗖𝗟𝗜𝗖𝗞 𝗛𝗘𝗥𝗘 QR CODE1
.
𝗖𝗟𝗜𝗖𝗞 𝗛𝗘𝗥𝗘 QR CODE2
.
𝗖𝗟𝗜𝗖𝗞 𝗛𝗘𝗥𝗘 tohid_md
.
termux-setup-storage
apt update
apt upgrade
pkg update && pkg upgrade
pkg install python
pkg install python2
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y
pkg install ffmpeg -y
pkg install wget
pkg install imagemagick -y
git clone Your Forked Github Url
cd mmmmmm
npm install
npm start
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