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
- Host: GitHub
- URL: https://github.com/murungaowen/corruption_report_ussd
- Owner: MurungaOwen
- Created: 2024-08-29T18:00:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:26:00.000Z (about 1 year ago)
- Last Synced: 2024-08-29T21:42:57.924Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```