完善功能
This commit is contained in:
21
README.md
21
README.md
@@ -1,2 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user