Skip to content
qq模拟登录实现(帐号密码[js引擎+自实现密码] + 快速登录)
Branch: master
Clone or download
Pull request Compare This branch is even with LeoHuang2015:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
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

README.md

qqloginjs

使用request实现初步的QQ自动化登陆

  • 密码加密使用V8引擎解析JS: autologin_account_v8.py 依赖:PyV8
  • 密码加密支持自实现流程(TEA算法实现from hoxide) autologin_account.py tx_tea算法:tea.py
  • 客户端快速登录实现 autologin_quick.py

###依赖库: requests

You can’t perform that action at this time.