amosayomide05 / chatgpt-whatsapp-bot

ChatGPT and Whatsapp bot, based on Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A ChatGPT Whatsapp bot, based on Node.js

screenshot

How to deploy

Locally

  1. Read this on how to properly run the code(How to Run Whatsapp Bot)

  2. Install google-chrome-stable

  3. Execute the command

# install dependencies
npm i 
# Start the bot service
npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs
# Then scan the QrCode and Enjoy!

Using Github Actions

  1. Fork this repo.
  2. Go to Github Action.
  3. Click I understand my workflow.
  4. Read this gist to see how to run.

License

MIT © Amos Ayomide (amosayomide05)


visits

About

ChatGPT and Whatsapp bot, based on Node.js

License:MIT License


Languages

Language:JavaScript 100.0%