(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
dependabot[bot] a1cb6be4ba
Bump htmlunit from 2.29 to 2.37.0
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.29 to 2.37.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/HtmlUnit-2.29...2.37.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-21 21:23:29 +00:00
documents/interfaces [Change] RankingUpdateTimer 调整时间补齐的阀值(12:00 -> 11:30); 2020-05-12 15:03:08 +08:00
src [Change] MessageEventExcutionDebugger 在配置文件无法转换的情况下不再忽略'NumberFormatException'异常; 2020-05-20 15:31:43 +08:00
.gitignore [Update] .gitignore 补充VSCode忽略项; 2020-05-20 10:34:55 +08:00
Dockerfile.sample [Change] Dockerfile.sample 调整构建指令顺序以充分利用构建缓存; 2020-05-04 17:07:39 +08:00
LICENSE [Add] LICENSE 添加开源许可证(LGPLv3); 2020-05-04 16:55:16 +08:00
pom.xml Bump htmlunit from 2.29 to 2.37.0 2020-05-21 21:23:29 +00:00
README.md [Update] README.md 补充Readme内容 2020-05-20 14:34:55 +08:00

ContentGrabbingJi

Pixiv爬虫一只同时也是一个机器人/插件!

支持的机器人平台

  • Mirai
  • CoolQ(基于SpringCQ, 不支持多账号使用, 需要使用CQHttp插件)

Usage

注意: 运行色图姬前, 你需要准备一个Pixiv账号的会话Cookie存储文件, 否则色图姬将无法运行.

Arguments

  • 通用参数
    • proxy / CGJ_PROXY: 设置代理
      • 格式: 协议://地址:端口
      • 示例: socks5://127.0.0.1:1080
  • 机器人参数
    • botDataDir / CGJ_BOT_DATA_DIR: 设置botMode运行模式下机器人数据存储目录
      • 格式: 路径
      • 示例: ./data
      • 默认: ./
    • redisAddress / CGJ_REDIS_URI: Redis服务器地址
      • 格式: 地址:端口
      • 示例: 127.0.0.1:6379

Commands

  • pluginMode: CoolQ插件模式
  • botMode: Mirai独立模式
  • collectionDownload: 收藏下载, 以原图画质下载Cookie所属账号的所有收藏作品
  • getRecommends: 将访问主页获得的推荐作品全部以原图画质下载
  • getRankingIllust: 以原图画质下载指定排行榜类型的全部作品
  • search: 搜索指定内容并获取相关作品信息(不下载)