An open API service indexing awesome lists of open source software.

https://github.com/murungaowen/corruption_report_ussd

USSD-based system: designed to report and track corruption cases as well as verify government officials
https://github.com/murungaowen/corruption_report_ussd

Last synced: 7 months ago
JSON representation

USSD-based system: designed to report and track corruption cases as well as verify government officials

Awesome Lists containing this project

README

          

# Anti-Corruption USSD System

## Overview
This project is a **USSD-based system** designed to report and track corruption cases. It operates through a USSD code, allowing users to interact without needing internet access. The system includes:
- Verifying government officials' credentials.
- Reporting corruption incidents.
- Tracking the status of reported cases.

### Features:
1. **Language Selection**: Choose between English or Kiswahili.
2. **Verify Government Officials**: Confirm the authenticity of government officials.
3. **Report Corruption**: An anonymous and secure method to report corruption.
4. **Track Report Status**: Monitor the progress of previously reported cases.

## Requirements
- Python 3.x

### Install dependencies:
```bash
pip install -r requirements.txt
```