{ "info": { "author": "hallazzang", "author_email": "hallazzang@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\n==========\nnaverlogin\n==========\n\nnaverlogin is a tiny module for Naver(Korean portal site) login.\n\nEasy to use\n-----------\n\n``NaverSession``, the only class which naverlogin exposes\ninherits ``requests.Session`` and adds two methods(``login``, ``logout``).\nIt's obvious what these methods would do.\n\n.. code:: python\n\n import re\n\n from naverlogin import NaverSession\n\n naver = NaverSession()\n if naver.login('YOUR_ID', 'YOUR_PASSWORD'):\n # Fetch user's information.\n r = naver.get('https://nid.naver.com/user2/help/myInfo.nhn?lang=ko_KR')\n name = re.search(r'