Skip to content

ChatGPT and Whatsapp bot, based on Node.js

License

Notifications You must be signed in to change notification settings

amosayomide05/chatgpt-whatsapp-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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