Skip to content

批量举报B站麦片的程序-优化版

License

Notifications You must be signed in to change notification settings

beluga383/BiliClear

 
 

Repository files navigation

BiliClear

  • 这是一个可以批量举报B站麦片的程序
  • 需python版本>=3.12

使用

  • 程序第一次启动时需输入的参数:

    • Report sender email: 发送举报邮件的邮箱
    • Report sender password: 发送举报邮件邮箱的SMTP密钥, 不是密码!!! (输入无回显)
    • Bilibili cookie: bilibli cookie 需定期修改config.json更新 (输入无回显)
    • SMTP server: 邮箱的smtp服务器地址, 会列出常用的
    • SMTP port: 邮箱的smtp服务器端口, 会列出常用的
  • 程序运行出现异常 (与config.json相关的):

    • 修改config.json, 更新bilibili cookie, 修改邮箱SMTP密钥
    • 删除config.json, 重新输入参数
    • 在版本更新时建议删除config.json, 重新生成, 特别是出现KeyError
  • bilibili cookie过期导致的现象

    • 获取评论为空, 不会打印 not porn ......
  • smtp服务器选择

    • 选择所使用的邮件的smtp服务器, 会列出常用的

开发贡献

  • 过滤规则
    • 规则在rules.txt中, 只要有任何一个匹配, 就会判定为违规
    • rules.txt每一行为一个python表达式
    • 变量: text, 评论的语句, 类型: str
    • 在表达式中不允许使用evalexec等函数
    • 可使用正则表达式, 调用re模块即可 (默认自动导入)

About

批量举报B站麦片的程序-优化版

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%