PHP code example of vbot / tuling

1. Go to this page and download the library: Download vbot/tuling library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

vbot / tuling example snippets


name: tuling
zhName: 图灵机器人
author: 雪风

// 配置示范
'tuling' => [
    'status'        => true,
    'key'           => '2b700ebfec6593f3e2f452b3bcb8be6e',
    'error_message' => '图灵机器人失灵了,暂时没法陪聊了,T_T!',
],