Giter Club home page Giter Club logo

pyqq's People

Contributors

kulasama avatar

Stargazers

刘野 avatar sherwin avatar  avatar Bran Wang avatar jzice avatar yudun avatar shellvon avatar  avatar subject avatar  avatar messense avatar Zoom Han avatar GitHubLeakedPAN, GitHubLeakedMyautsai avatar Wally Zhu avatar frank.yao avatar 依云 avatar F avatar  avatar  avatar ZHANG Cheng avatar  avatar kkk avatar  avatar ChengWei avatar Kewin Wang avatar Moyan avatar vitowoo avatar

Watchers

 avatar Bohan Yang avatar

pyqq's Issues

cant do verify

In [1]: from pyqq import QQ

In [2]: uid = '649788696'

In [3]: pwd = 'Heisenberg1988'

In [4]: qq = QQ(uid,pwd)

In [5]: qq.login()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-5-87936eef955b> in <module>()
----> 1 qq.login()

/usr/lib/python2.7/site-packages/pyqq/api.pyc in login(self)
    112
    113     def login(self):
--> 114             self._check()
    115             self._prelogin()
    116             self._channel_login()

/usr/lib/python2.7/site-packages/pyqq/api.pyc in _check(self)
     57                 self.cookies = Cookie(resp.get('set-cookie',''))
     58                 match = CheckVC.match(content)
---> 59                 self.verify = match.group('content')
     60                 return int(match.group('status')),self.verify
     61

AttributeError: 'NoneType' object has no attribute 'group'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.