cachesistemas / chatbot-gpt-whatsapp
此包最新版本(v1.0.0)没有可用的许可证信息。
使用GPT AI的WhatsApp聊天机器人
v1.0.0
2023-01-20 12:05 UTC
Requires
This package is auto-updated.
Last update: 2024-09-20 15:57:45 UTC
README
联系方式
使用示例
安装composer
composer require cachesistemas/chatbot-gpt-whatsapp
连接到WhatsApp
use Cachesistemas\ClassePhpApiWame\WhatsApp; include_once 'vendor/autoload.php'; $whatsapp = new WhatsApp(["server" => "API server", "key" => "Your Key Instance"]); echo $whatsapp->getQrCodeHTML();
更新webhook
$body = ["allowWebhook" => true, "webhookMessage" => "your-url.com/webhook.php", "webhookGroup" => "", "webhookConnection" => "", "webhookQrCode" => ""]; $whatsapp->updateWebhook($body);
your-url.com/webhook.php
use Cachesistemas\ChatbotGptWhatsapp\Bot; include 'vendor/autoload.php'; new Bot(["wpp_server" => "", "wpp_key" => "", "open_key" => " "]);