Skip to content
qq模拟登录实现(帐号密码[js引擎+自实现密码] + 快速登录)
Branch: master
Clone or download
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 Update README.md Mar 21, 2016
autologin_account.py 密码处理流程 Mar 17, 2016
autologin_account_v8.py first commit Mar 9, 2016
autologin_quick.py 客户端快速登录实现 Mar 17, 2016
qq.login.encrypt.js first commit Mar 9, 2016
tea.py 密码处理流程 Mar 17, 2016

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.