Files
GetQQInfo/README.md
2024-12-22 11:06:55 +08:00

21 lines
552 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.

# GetQQInfo
# 我超,盒
#
### 本项目通过使用 {imagehash} 对比两个图片的相似度从而实现通过头像获取QQ号
- type = 1 通过Mysql数据库查询qq号
- type = 2 通过网络下载头像查询qq号
- type = 3 下载TargetRange范围内的qq号解析每个qq号的头像后上传Hash值到Mysql服务器
### Mysql数据库配置
```mysql
CREATE TABLE example (
id INT unsigned AUTO_INCREMENT PRIMARY KEY,
hash TINYBLOB NULL
);
```
头像下载地址https://q1.qlogo.cn/g?b=qq&nk=114514&s=0