WhatsApp chatbots with Frappe

Get started with frappe-pywce.

Make sure to read core section before proceeding

Frappe-pywce is a custom frappe app for creating WhatsApp chatbots using a template-driven doctype-driven approach. It rides on top of pywce so make sure you understand that first.

Using pywce in frappe opens up all the great features Frappe / ERPNext offers to your chatbots.

Setup

  • Install the app

    Install latest version from vcs

    $ bench get-app --branch main frappe_pywce https://github.com/DonnC/frappe_pywce.git
    
    # install on site
    $ bench --site `site-name` install-app frappe_pywce
    
  • Configure app settings

    Coming soon