/chatgpt-whatsapp-bot

Whatsapp Bot which interacts with ChatGPT

Primary LanguagePython

chatgpt-whatsapp-bot

WhatsApp bot which interacts with ChatGPT. Read this blog to learn how to create your own.

How to install

  • Make sure that python and virual environment is installed.

  • Create a new virtual environment

# one time
virtualenv -p $(which python3) pyenv

# everytime you want to run the server
source pyenv/bin/activate
  • Now install the requirements
pip install -r requirements.txt
  • Now run the server
python bot.py