WhatsApp bot that teaches digital skills in English, Swahili, and Sheng.
# TumaSkill WhatsApp Bot 📲
A multilingual chatbot offering bite-sized digital skills via WhatsApp. Built with Flask + Twilio.
## Features
- Language Selection (EN, SW, Sheng)
- Free + Premium Course Delivery
- Simulated M-Pesa Integration
## Running Locally
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python run.py