Skip to content

🤡‍🐘🌸‍抽象话生成器网页/tg版,一键生成抽象话

License

Notifications You must be signed in to change notification settings

chenxuuu/chouxianghua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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接口改为你配置的接口网址

词库

欢迎完善

About

🤡‍🐘🌸‍抽象话生成器网页/tg版,一键生成抽象话

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages