PHP code example of vbot / hot-girl

1. Go to this page and download the library: Download vbot/hot-girl 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 / hot-girl example snippets


name: hot_girl
zhName: 辣妹图
author: JaQuan

// 配置示范
'hot_girl' => [
    'keyword'       => '妹子',
    'image_path'    => 'girls/',
    'error_message' => '妹子生气了不想来了',
],