Skip to content

taranjeet/chatgpt-whatsapp-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Whatsapp Bot which interacts with ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages