-
-
Notifications
You must be signed in to change notification settings - Fork 237
Deployment
-
Install Termux App: Click link to download
-
Install NodeJS, nano and Git:
pkg install git nodejs nano -y
-
Clone the repository:
git clone https://github.com/yesbhautik/Whatsapp-Ai-BOT
-
Go to the project directory:
cd Whatsapp-Ai-BOT
-
Install node_modules manually by downloading here and extracting to the project directory.
-
Configure OpenAI API
cp example.key.json key.json nano key.json
Replace "OPENAI_API_KEY" with your actual OpenAI API key.
-
Run the project:
node index.js
-
Install NodeJS, nano and Git Bash.
sudo apt -y remove nodejs curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs apt install git nano -y
-
Clone the repository:
git clone https://github.com/yesbhautik/Whatsapp-Ai-BOT
-
Go to the project directory:
cd Whatsapp-Ai-BOT
-
Clean NPM Cache:
npm cache clean --force
-
Install dependencies:
npm i
-
Configure OpenAI API
cp example.key.json key.json nano key.json
Replace "OPENAI_API_KEY" with your actual OpenAI API key.
-
Run the project:
npm start
-
Install NodeJS, nano and Git Bash.
sudo apt -y remove nodejs curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs apt install git nano -y
-
Clone the repository:
git clone https://github.com/yesbhautik/Whatsapp-Ai-BOT
-
Go to the project directory:
cd Whatsapp-Ai-BOT
-
Clean NPM Cache:
npm cache clean --force
-
Install dependencies:
npm i
-
Configure OpenAI API
cp example.key.json key.json nano key.json
Replace "OPENAI_API_KEY" with your actual OpenAI API key.
-
Run the project:
npm start
-
Install NodeJS and Git Bash.
- NodeJS https://nodejs.org/en/download/
- Git https://git-scm.com/downloads/
- After this run following command in powershell
npm install -g npm
- NodeJS https://nodejs.org/en/download/
-
Clone the repository:
git clone https://github.com/yesbhautik/Whatsapp-Ai-BOT
-
Go to the project directory:
cd Whatsapp-Ai-BOT
-
Clean NPM Cache:
npm cache clean --force
-
Install dependencies:
npm i
-
Configure OpenAI API
cp example.key.json key.json notepad key.json
Replace "OPENAI_API_KEY" with your actual OpenAI API key.
-
Run the project:
npm start
Made with 💙 by YesbhautikX Team