All Projects → chenxuuu → Chouxianghua

chenxuuu / Chouxianghua

Licence: gpl-3.0
🤡‍🐘🌸‍抽象话生成器网页/tg版,一键生成抽象话

Programming Languages

lua
6591 projects

chouxianghua

https://cxh.papapoi.com/

抽象话生成器,一键生成抽象话,附带telegram机器人生成抽象话功能

telegram内,@chouxiangbot即可说抽象话

网页版

网页版使用纯js实现功能。

搭建telegram机器人功能

接口运行环境为openresty,lua脚本在lua文件夹中

更改run.lua第一行文件位置为你文件夹的路径

run.lua里的注释,更改相应的key和配置

openresty配置里加上你lua文件的指向配置(需要自己改路径):

#抽象话
location /chouxiang {
    default_type 'text/plain';
    content_by_lua_file /www/wwwroot/qq.papapoi.com/chouxiang/run.lua;
}

在将你的机器人webhook接口改为你配置的接口网址

词库

欢迎完善

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].