WhatsApp Business Platform for Ghana
# π¬ WaBiz Pro
### WhatsApp Business Platform for Ghana
A complete WhatsApp Business solution built for Ghanaian SMEs. Accept orders, send broadcasts, track analytics - all from WhatsApp.
---
## π Quick Start
### 1. Get WhatsApp Business API
1. Go to Meta Developers
2. Create an app β WhatsApp product
3. Get your credentials (Phone Number ID, Access Token)
### 2. Configure
```bash
cd whatsapp-business
./setup.sh
```
Or manually create `.env`:
```env
WHATSAPP_ACCESS_TOKEN=your_token_here
PHONE_NUMBER_ID=your_phone_number_id
VERIFY_TOKEN=your_verify_token
```
### 3. Run
```bash
python3 app.py
```
### 4. Open Admin Panel
```
localhost
```
Add your products, customize auto-replies, and share your WhatsApp catalog!
---
## π Files
| File | Description |
|------|-------------|
| `index.html` | Admin dashboard (catalog, marketing, orders, analytics, pricing) |
| `app.py` | Flask backend with WhatsApp API integration |
| `setup.sh` | Interactive setup script |
| `README.md` | This file |
---
## π Features
### For Customers (via WhatsApp)
- π Browse products via interactive menu
- π Order with one tap
- π Track order status
- π Quick reorder
### For Business Owners (Dashboard)
- π¦ Product catalog management
- π’ Broadcast messages to all customers
- π
Schedule marketing campaigns
- π Revenue & customer analytics
- π° Subscription plans (Free/Starter/Pro/Enterprise)
---
## π³ Pricing Plans
| Plan | Price | Features |
|------|-------|----------|
| Free | GHβ΅0/mo | 5 products, basic auto-reply |
| Starter | GHβ΅150/mo | 20 products, broadcasts, orders |
| Pro | GHβ΅400/mo | Unlimited everything |
| Enterprise | GHβ΅1,000/mo | Multi-user, API, priority support |
---
## π§ WhatsApp API Setup
### Getting Credentials
1. **Meta Developer Account**:
developers.facebook.com
2. **Create App**: Select "WhatsApp" product
3. **Get Credentials**:
- Phone Number ID
- Access Token (Temporary - needs refreshing)
- WABA ID
### Webhook Setup
Your server URL mu β¦