{"id":24313550,"url":"https://github.com/donnc/wce","last_synced_at":"2026-04-06T00:02:31.792Z","repository":{"id":272277859,"uuid":"915740966","full_name":"DonnC/wce","owner":"DonnC","description":"WhatsApp chatbot builders docs","archived":false,"fork":false,"pushed_at":"2025-04-09T05:14:07.000Z","size":6958,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T06:23:51.042Z","etag":null,"topics":["chatbot","engine","jawce","pywce","templates","wce","whatsapp"],"latest_commit_sha":null,"homepage":"https://docs.page/donnc/wce","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DonnC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.mdx","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.mdx","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-12T17:20:39.000Z","updated_at":"2025-04-09T05:14:10.000Z","dependencies_parsed_at":"2025-01-13T12:38:20.476Z","dependency_job_id":"670c802e-153c-467a-ae44-851dd777f781","html_url":"https://github.com/DonnC/wce","commit_stats":null,"previous_names":["donnc/wce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DonnC/wce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonnC%2Fwce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonnC%2Fwce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonnC%2Fwce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonnC%2Fwce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DonnC","download_url":"https://codeload.github.com/DonnC/wce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonnC%2Fwce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002057,"owners_count":26083286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","engine","jawce","pywce","templates","wce","whatsapp"],"created_at":"2025-01-17T09:12:21.350Z","updated_at":"2025-10-09T21:33:37.256Z","avatar_url":"https://github.com/DonnC.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WCE Documentation  \n\nWelcome to **WCE (WhatsApp Chatbot Engine)**, your ultimate solution for building efficient, scalable, and template-driven WhatsApp chatbots. \nWhether you're a Python enthusiast or a Java aficionado, WCE offers two robust engines—**PyWCE** for Python and **JaWCE** for Java — \ndesigned to cater to your development preferences without compromising functionality or performance.  \n\n\n## What is WCE?  \nIt is a unified framework that simplifies the creation of WhatsApp chatbots through a **template-driven approach** (Checkout more example templates under [resources](/resources)). \nIt abstracts the complexities of managing chat workflows and integrates seamlessly with developer-defined business logic using **reflective APIs**.  \n\nThe framework empowers developers to:  \n- **Design Conversational Templates**: YAML-defined templates that map out your chatbot's conversational flow.  \n- **Hook Business Logic**: Integrate your custom logic effortlessly using reflective APIs.  \n- **Leverage WhatsApp’s Cloud API**: Build reliable chatbots with WhatsApp's powerful messaging platform.  \n\nWhether you're looking to create a customer service assistant, automate order processing, or build a dynamic chatbot for your business, WCE provides the tools you need to succeed.  \n\n\n\n## Why Choose WCE?  \n\n### 🚀 **Template-Driven Design**  \nDefine your chatbot's flow using YAML templates, making it easy to visualize and update conversation logic without diving into complex codebases.  \n\n### ⚙️ **Flexible APIs**  \nBoth **PyWCE** and **JaWCE** share a similar API structure, ensuring a seamless transition for developers working across Python and Java.  \n\n### 🔗 **Reflective API Integration**  \nHook your business logic with minimal configuration. WCE’s reflective API maps functions to template hooks dynamically, letting you focus on your application’s core features.  \n\n### 🛠 **Cross-Platform Support**  \nWCE bridges the gap between Python and Java ecosystems, offering:  \n- **PyWCE**: Optimized for Python developers, leveraging Python’s simplicity and rich libraries.  \n- **JawCE**: Tailored for Java developers, integrating seamlessly with Java's robust enterprise features.  \n\n### 📦 **Modular and Scalable**  \nEach engine is modular, enabling you to start small and scale effortlessly as your chatbot grows in complexity or user base.  \n\n### 💬 **Rich WhatsApp Integration**  \nOut-of-the-box support for WhatsApp Cloud API features, including text messages, media handling, templates, and interactive elements.  \n\n---\n\n## Key Features  \n\n- **Easy-to-Use YAML Templates**  \n  Map your chatbot flows, define checkpoints, and create dynamic routes—all in YAML files.  \n\n- **Business Logic Hooking**  \n  Link chatbot actions to your custom code functions with a simple dotted path configuration.  \n\n- **Interactive Components**  \n  Add buttons, lists, and other interactive elements to your chatbot to enhance user engagement.  \n\n\n- **Developer Tools**  \n  - Sandbox mode for testing.  \n  - Debugging tools to analyze chat flow and errors.  \n\n---\n\n## Who is WCE For?  \n\nWCE is for developers and businesses that want to:  \n- Quickly deploy chatbots without sacrificing flexibility.  \n- Leverage a robust framework tailored to WhatsApp interactions.  \n- Use their preferred programming language (Python or Java) to build scalable, enterprise-grade solutions.  \n\nWhether you're a beginner exploring chatbot development or an expert looking for a reliable engine, WCE has you covered!  \n\n---\n\n### Get Started  \n\n1. **Choose Your Engine**:  \n   - For Python: [pywce](https://github.com/DonnC/pywce)  \n   - For Java: [jawce](https://github.com/DonnC/jawce)  \n\n2. **Explore the APIs**: Both engines share a unified structure for a smooth learning experience.  \n\n3. **Build Your First Bot**: Follow the \"Getting Started\" guide for your chosen engine and start creating amazing WhatsApp bots today!  \n\n---\n\n## Join the Community  \n\nWCE is not just a framework — it’s a community of innovators and developers. Join us to share ideas, get help, and contribute to the future of WhatsApp chatbot development!  \n\n---  \nBuild smarter, faster, and better WhatsApp chatbots with WCE. Let’s get started! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonnc%2Fwce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonnc%2Fwce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonnc%2Fwce/lists"}