Python WhatsApp Libraries#
Python WhatsApp Client Library - the library is a wrapper for the REST API, designed to simplify integration with the GREEN-API service, and includes all the available functionality of the service.
Python Webhook Server Library - a simple example of a library for receiving and processing webhooks, designed to simplify integration with the GREEN-API service. To test and debug the webhook server, we recommend using a specially prepared Postman collection.
Chatbot Library#
Python Chatbot WhatsApp Library - library for writing a chatbot in the WhatsApp messenger using the API service GREEN-API. To use the library, you need to obtain a registration token and instance ID in console. There is a free developer instance plan.
Demo Chatbot#
Python Demo Chatbot - an example of a chatbot written using Python Chatbot Whatsapp Library, which is designed specifically for writing chatbots using the GREEN-API service.
Archive#
(outdated) Python Webhook Server Library - a simple example of a library for receiving and processing webhooks, designed to simplify integration with the GREEN-API service. To test and debug the webhook server, we recommend using a specially prepared Postman collection.