From 31f7ca73c918229a27505816d7e157a3d61aaa0c Mon Sep 17 00:00:00 2001 From: GURU <106463398+Guru322@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:33:13 +0530 Subject: [PATCH] Create Termux-Guide.md --- Termux-Guide.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Termux-Guide.md diff --git a/Termux-Guide.md b/Termux-Guide.md new file mode 100644 index 0000000..b4ec9c3 --- /dev/null +++ b/Termux-Guide.md @@ -0,0 +1,32 @@ +# Guru-bot Termux-Hosting-Guide + +## Prerequisites + + - [Git](https://git-scm.com/) + - [Node.js](https://nodejs.org/en/) + - [FFmpeg](https://ffmpeg.org/download.html) + - [ImageMagick](https://imagemagick.org/script/download.php) + - [webP](https://developers.google.com/speed/webp/download) + + ## 🚀 Installation + + Run the following commands to clone the repo (Use your fork) + ```SH +> git clone https://github.com/Guru322/GURU-BOT +> cd GURU-BOT + ``` + + Run this following command to install the dependencies + ```SH + > npm install + ``` + + ## Run + + ```SH + > npm start + ``` + Running the above command will start the bot. To authenticate scan the QR which shows up in the terminal using the WA-Web Scanner on your WhatsApp . Good Luck! + + + [Set it up on Heroku](https://github.com/Guru322/GURU-BOT/blob/master/Heroku-Hosting-Guide.md)