Logo Lanfrica

Agadoe/wabiz-pro

Domain:

digital infrastructure

Record type:

software
Creator:
Aga
Host:
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 …