Skip to content

rn0x/whatsapp_adhkar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp_Adhkar واتسب أذكار


whatsapp_adhkar


بوت أذكار يحتوي على العديد من الخدمات المهمه لكل مسلم ومنها

  • القرآن الكريم (158 قارئ)
  • الباحث القرآني نص + صورة - مثال
  • الباحث الحديثي
  • بطاقات القرآن الكريم
  • صحيح البخاري (صور مصممة)
  • حصن المسلم (نص + صوت)
  • التقويم الهجري
  • فيديوهات عشوائية اكثر من 700 فيديو
  • إرسال رسائل مجدولة لجميع القروبات المنظم لها (قرآن كريم , أذكار ,فيديوهات عشوائية , تذكير الجمعة)



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

  • git
  • nodejs 16 ^
  • Google Chrome
  • ضع مسار متصفح كروم في ملف config.json

مسارات المتصفح لإغلب الأنظمة

linux:

/usr/bin/google-chrome-stable

or 

/usr/bin/chromium

or 

/snap/bin/chromium

windows:


C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe


MacOS:

/Applications/Google Chrome.app/Contents/MacOS/Google Chrome

طريقة التثبيت لـ (Linux)

   > sudo apt-get install nodejs
   > sudo apt-get install git
   > sudo apt-get install google-chrome-stable
   > git clone https://github.com/Alsarmad/whatsapp_adhkar
   > cd whatsapp_adhkar
   > npm i
   > npm start



طريقة التثبيت لـ (Windows) عبر PowerShell Administrator

يجب عليك اولاً تثبيت مدير الحزم choco ثم تثبيت المتطلبات

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
   > choco install googlechrome
   > git clone https://github.com/Alsarmad/whatsapp_adhkar
   > cd whatsapp_adhkar
   > npm i
   > npm start

طريقة التثبيت لـ Android [ Termux ]

   > pkg update && pkg upgrade
   > pkg install proot-distro
   > proot-distro install alpine
   > proot-distro login alpine
   > apk update && apk add --no-cache nmap && \
  echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && \
  echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories && \
  apk update && \
  apk add --no-cache \
  chromium
   > apk add --update nodejs npm git
   > git clone https://github.com/Alsarmad/whatsapp_adhkar
   > cd whatsapp_adhkar
   > npm i
   > npm start

الترخيص

MIT

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages