Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 375 Bytes

QQLib for Python

基于webqq的Python版QQ登录库。

安装

第三方依赖:rsarequests

$ pip install rsa requests
$ python setup.py install

或直接复制qqlib到合适的位置。

使用方法

import qqlib
qq=qqlib.QQ(12345678,'password')