Ajay9o9 / whatsapp_bot_companion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%