Skip to content

Commit

Permalink
Create Termux-Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored Jun 1, 2023
1 parent d841e5a commit 31f7ca7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Termux-Guide.md
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)

0 comments on commit 31f7ca7

Please sign in to comment.