qqloginjs
使用request实现初步的QQ自动化登陆
- 密码加密使用V8引擎解析JS: autologin_account_v8.py 依赖:PyV8
- 密码加密支持自实现流程(TEA算法实现from hoxide) autologin_account.py tx_tea算法:tea.py
- 客户端快速登录实现 autologin_quick.py
###依赖库: requests
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
README.md |
|
|
|
|
autologin_account.py |
|
|
|
|
autologin_account_v8.py |
|
|
|
|
autologin_quick.py |
|
|
|
|
qq.login.encrypt.js |
|
|
|
|
tea.py |
|
|
###依赖库: requests