{"id":15375312,"url":"https://github.com/sy-records/ty-baidu-textcensor","last_synced_at":"2025-04-15T11:33:10.314Z","repository":{"id":98040536,"uuid":"235072902","full_name":"sy-records/ty-baidu-textcensor","owner":"sy-records","description":"🗑在Typecho中加入百度文本内容审核，过滤评论中的敏感内容","archived":false,"fork":false,"pushed_at":"2025-04-01T05:41:23.000Z","size":55,"stargazers_count":53,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T08:11:29.877Z","etag":null,"topics":["baidu","textcensor","typecho"],"latest_commit_sha":null,"homepage":"https://qq52o.me/2725.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sy-records.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://donate.qq52o.me","github":"sy-records"}},"created_at":"2020-01-20T10:14:06.000Z","updated_at":"2025-04-01T05:40:10.000Z","dependencies_parsed_at":"2023-06-27T04:16:09.188Z","dependency_job_id":null,"html_url":"https://github.com/sy-records/ty-baidu-textcensor","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"35994e357a8c4f38428904dbc142c522cf60c8e9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fty-baidu-textcensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fty-baidu-textcensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fty-baidu-textcensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fty-baidu-textcensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sy-records","download_url":"https://codeload.github.com/sy-records/ty-baidu-textcensor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249061245,"owners_count":21206476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["baidu","textcensor","typecho"],"created_at":"2024-10-01T14:02:36.881Z","updated_at":"2025-04-15T11:33:10.300Z","avatar_url":"https://github.com/sy-records.png","language":"PHP","funding_links":["https://donate.qq52o.me","https://github.com/sponsors/sy-records"],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eBaidu TextCensor\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n🗑 在 Typecho 中加入百度文本内容审核，过滤评论中的敏感内容\n\u003c/p\u003e\n\n## 百度文本内容审核\n\n[百度文本内容审核](https://ai.baidu.com/tech/textcensoring)能一站式检测文本中夹杂的色情、推广、辱骂、违禁、涉政、灌水等垃圾内容，净化网络环境，为您的应用提供更可靠的内容安全保障，运用业界领先的深度学习技术，判断一段文本内容是否符合网络发文规范，实现自动化、智能化的文本审核，大幅节省内容审核的人力成本，为您的产品体验保驾护航\n\n### 能力介绍\n\n* 文本色情：对文本中的色情行为描述、色情资源链接、低俗交友、污秽文爱等内容进行识别\n* 暴恐违禁：对暴力行为、恐怖描述、赌博、毒品、枪支弹药等违禁内容进行识别\n* 政治敏感：对文本中的敏感事件、涉政人物、散布谣言、反动宣传等内容进行识别\n* 恶意推广：对文本中带有售卖意向的软文广告，微信、QQ等个人联系方式等违规内容及变体进行识别\n* 低俗辱骂：对文本中的侮辱谩骂、人身攻击、消极宣泄等内容进行识别\n* 低质灌水：对网络社区常见的乱码、水帖、刷屏等无意义的灌水信息进行识别\n\n## Typecho\n\n### 安装\n\n1. 从 [Github](https://github.com/sy-records/ty-baidu-textcensor/releases) 下载源码，将源码上传到 Typecho 插件目录 `usr/plugins`\n\n2. 修改插件文件名为`BaiduTextCensor`\n\n3. 修改目录权限和用户组\n\n```bash\nchown -R www:www BaiduTextCensor/\nchmod 755 BaiduTextCensor/runtime\n```\n\n4. 启用~\n\n### 设置\n\n![](images/screenshot-1.png)\n\n在百度Ai控制台的 [产品服务 / 内容审核 - 应用列表 创建应用](https://console.bce.baidu.com/ai/?fromai=1#/ai/antiporn/app/list) 后获取 AppID、API Key、Secret Key\n\n## 其他\n\n### WordPress\n\n在 WordPress 后台安装插件页面搜索 `Baidu TextCensor For Comments`\n\n项目地址：[https://github.com/sy-records/wp-baidu-textcensor](https://github.com/sy-records/wp-baidu-textcensor)\n\n### 其他博客系统\n\n在其他博客系统中，如 ThinkPHP、Laravel 等，可以直接使用 composer 包，自行调用处理\n\n项目地址：[https://github.com/sy-records/baidu-textcensor](https://github.com/sy-records/baidu-textcensor)\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fty-baidu-textcensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsy-records%2Fty-baidu-textcensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fty-baidu-textcensor/lists"}