Metadata-Version: 2.1
Name: wabclient
Version: 2.1.1
Summary: WhatsApp Business API Client
Home-page: https://github.com/praekeltfoundation/python-whatsapp-business-client
Author: Simon de Haan
Author-email: simon@praekelt.org
License: UNKNOWN
Description: Python Client for the WhatsApp Business API
        ===========================================
        
        .. image:: https://circleci.com/gh/praekeltfoundation/python-whatsapp-business-client/tree/develop.svg?style=svg
            :target: https://circleci.com/gh/praekeltfoundation/python-whatsapp-business-client/tree/develop
        
        This work is extracted from Praekelt PBC's work on MomConnect and WhatsApp.
        See the `blog post`_ for more details.
        
        This does not work with a normal WhatsApp account, only the WhatsApp Business API.
        
        .. _blog post: https://medium.com/mobileforgood/praekelt-org-pilots-whatsapp-for-social-impact-19a336f5b04e
        
        Also has some support for sending message templates in bulk.
        
        .. code::
        
            $ pip install wabclient[cli]
            $ wabclient send --help
            $ wabclient send \
                --csv-file wa_ids.csv \
                --token your-auth-token \
                --namespace the-namespace \
                --name the-element-name \
                --rate-limit 60\60 \ 
                --param "the first HSM template default param" \
                --param "the second HSM template default param"
        
Keywords: whatsapp
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: cli
Provides-Extra: dev
