Metadata-Version: 1.1
Name: warapidpro
Version: 1.2.14
Summary: warapidpro
Home-page: https://github.com/praekeltfoundation/wa-rapidpro
Author: Simon de Haan
Author-email: simon@praekelt.org
License: UNKNOWN
Description: WARapidPro
        ==========
        
        Wassup Integration for RapidPro.
        
        ::
        
            pip install -e '.[dev]'
        
        
        ::
        
            docker run praekeltfoundation/rapidpro-engage:latest
        
        
        Setting up the application
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        All environment variables for ``rapidpro-docker`` apply here.
        
        Get a oAuth client id and a client secret from https://wassup.p16n.org/oauth/applications/ or create a new one at https://wassup.p16n.org/oauth/applications/.
        `Client type` should be `confidential` and `Authorization grant type` should be `authorization code`.
        
        Make sure to setup the redirect uris correctly for your installation. These should be formatted as follows::
        
            https://<your domain>/channels/claim/wad/
            https://<your domain>/channels/claim/wag/
        
        
        Environment Variables
        ~~~~~~~~~~~~~~~~~~~~~
        
        - ``WASSUP_AUTH_URL`` defaults to ``https://wassup.p16n.org``
        - ``WASSUP_AUTH_CLIENT_ID`` as per above.
        - ``WASSUP_AUTH_CLIENT_SECRET`` as per above.
        
Keywords: warapidpro
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
