-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |