WhatsAppGPT

WhatsAppGPT

AI Personal Assistant & Code Compiler in your WhatsApp!

WhatsAppGPT

WhatsAppGPT

AI Personal Assistant & Code Compiler in your WhatsApp!

The problem WhatsAppGPT solves

BANNER

Experience the ultimate convenience in your daily programming tasks with our Node.js WhatsApp bot. Powered by ChatGPT, it can engage in meaningful conversations, while also providing the ability to execute code. Whether you're testing small code snippets or demonstrating them to colleagues, our bot can make it happen with ease.

Commands

/ask <your_question_to_chatgpt>


/execute <language> <code>

For language and how the code is compiled, refer to these docs.

Work

Challenges I ran into

  • Handling User's WhatsApp data securely was quite challenging. I tackled it by storing it in encrypted format in the server by using built-in libraries of Whatsapp API.
  • Handling Request with ease. I tackled it by using try-catch block.
  • Using OpenAi API with case as I ran out of my limit twice while building this appliction.

Discussion