Skip to content

sdgdsffdsfff/wordfilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#基于HTTP的关键字过滤服务

示例:

http://localhost:8080/?content=苍井空(あおい そら),日本AV演员兼电视、电影演员

返回:

{"find":["苍井空","AV"],"result":"***(あおい そら),日本**演员兼电视、电影演员","ret":1}

返回说明:

find: 出现的关键字列表
result: 替换后的内容
ret: 0 没有包含关键字,1 包含关键字

About

提供基于HTTP的敏感词过滤服务

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%