Platform API USSD Service
  • Introduction
  • Features
  • Technologies
  • Contribution Guide
  • Usage
  • Supported USSD Providers
    • Africa's Talking USSD
Powered by GitBook
On this page
  • Source Codes
  • Setup Local Development
  • Report or Feature Request

Was this helpful?

Contribution Guide

Ushahidi Platform USSD Service Contribution Guide.

PreviousTechnologiesNextUsage

Last updated 5 years ago

Was this helpful?

Source Codes

Clone from GitHub

git clone https://github.com/ushahidi/platform-api-ussd-service

Change directory into source code

cd platform-api-ussd-service

Checkout to new branch e.g. feat/new-feature

git checkout -b feat/new-feature

Setup Local Development

  • Create

  • (Optional if using hosted Redis)

  • Install dependencies using: pip install -r requirements.txt

  • Run server using: python app.py

  • (for use by USSD Provider)

Report or Feature Request

To report an issue or request for a feature, kindly create an issue with useful tags

Python Virtual Environment
Install Redis
Configure environment variables
Expose localhost using Ngrok
here