Connect Kobo to anything, including itself.
Built to support Red Cross Red Crescent National Societies.
Synopsis: a dockerized python API that sends Kobo submissions and their attachments to other API-enabled applications, changing field names if necessary. It is basically an extension of the KoboToolbox REST Services.
Documentation:
API Specification: https://kobo-connect.azurewebsites.net/docs
pip install poetry
poetry install --no-root
uvicorn main:app --reload