Skip to content

Repository files navigation

RapidPro Python Client

Build StatusPyPI Release

Official Python client library for the RapidPro. Supports latest Python 3.

Visit here for complete documentation.

Installation

pip install rapidpro-python

Example

fromtemba_client.v2importTembaClientclient=TembaClient('rapidpro.io', 'your-api-token')
forcontact_batchinclient.get_contacts(group='Reporters').iterfetches(retry_on_rate_exceed=True):
forcontactincontact_batch:
print(contact.name)

If you don't know your API token then visit the API Explorer

Development

For discussions about future development, see the RapidPro Developers Group.

To run the tests:

nose2 -C --coverage temba_client

About

Python client library for the RapidPro API

Resources

Stars

21 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages