Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenxuuu/chouxianghua

🤡‍🐘🌸‍抽象话生成器网页/tg版,一键生成抽象话
https://github.com/chenxuuu/chouxianghua

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

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

## 词库

欢迎完善