1.0.2 • Published 2 years ago

webbot-telegram-whatsapp v1.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
2 years ago

WebBot

متطلبات التشغيل

1- windows or linux 2- git 3- nodejs 4- api_id and api_hash Link 5- فتح المنفذ 80 و 443 6- شهادة ssl

أوامر التثبيت لنظام Ubuntu , Linux Mint , Debian terminal

   > sudo apt-get install nodejs
   > sudo apt-get install git
   > git clone https://github.com/rn0x/WebBot
   > cd WebBot
   > npm i
   > npm start

أوامر التثبيت لنظام Windows PowerShell Administrator

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
   > choco install nodejs.install
   > choco install git
   > git clone https://github.com/rn0x/WebBot
   > cd WebBot

   > npm i
   > npm start