# chouxianghua **Repository Path**: chenxuuu/chouxianghua ## Basic Information - **Project Name**: chouxianghua - **Description**: 网页版抽象话生成器,一键生成抽象话(‍‍‍7⃣) - **Primary Language**: Lua - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://cxh.papapoi.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-11-17 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chouxianghua [https://cxh.papapoi.com/](https://cxh.papapoi.com/) 抽象话生成器,一键生成抽象话,附带telegram机器人生成抽象话功能 telegram内,@chouxiangbot即可说抽象话 ## 网页版 网页版使用纯js实现功能。 ## 搭建telegram机器人功能 接口运行环境为openresty,lua脚本在`lua`文件夹中 更改`run.lua`第一行文件位置为你文件夹的路径 按`run.lua`里的注释,更改相应的key和配置 在`openresty`配置里加上你lua文件的指向配置(需要自己改路径): ```nginx #抽象话 location /chouxiang { default_type 'text/plain'; content_by_lua_file /www/wwwroot/qq.papapoi.com/chouxiang/run.lua; } ``` 在将你的机器人webhook接口改为你配置的接口网址 ## 词库 欢迎完善