baidu-reporter/README.md
2025-03-30 22:49:37 +08:00

16 lines
374 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# baidu-reporter
使用方式:
```shell
# 采集模式采集指定关键字的URL列表直接存入数据库
python main.py --crawl www.yunzhiju.net
# 收集模式,收集所有待举报的链接的截图与 Token
python main.py --evidence
# 举报模式,干他丫的
# 可以通过参数决定使用哪个举报渠道
python main.py --report wap,pc,site
```