{ "info": { "author": "Artem Grebenkin", "author_email": "artem.grebenkin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "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", "Topic :: Internet :: WWW/HTTP" ], "description": "VKAppAuth\n=========\n\nThere is a wondeful `vk.com (aka vkontakte.ru) API wrapper `_. But\nif you would like to use it, you neet that your vk.com user authorize your\napplication and gives it all required rights, bevor you obtain an access\ntoken and can make this wonderfull vk.com API wrapper usefull. VKAppAuth\nmodule gives you functionality to very easy get this access token.\n\nInstall\n=======\n\nCheckout this repository or download an archive and run::\n\n python setup.py install\n\nInstall with pip::\n\n pip install vkappauth\n\nUsage\n=====\n\n>>> from vkappauth import VKAppAuth\n>>> vkaa = VKAppAuth()\n>>> email = 'example@example.com'\n>>> password = 'password'\n>>> app_id = 123456\n>>> scope = 'audio'\n>>> scope = ['audio', 'offline']\n>>> access_data = vkaa.auth(email, password, app_id, scope)\n>>> print access_data\n{'access_token': '41c5105ae83edc2a07896d62ed11f0b31f79f70ec1e657da65d32e497557665a33ab063b97d456530fe65', 'expires_in': '86400', 'user_id': '104184112'}\n\nLicense\n=======\n\nThe MIT License (MIT)\nCopyright (c) 2012 Artem Grebenkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nSource\n======\n\nBased on post `dzhloev `_.\n\n\nChanges\n=======\n\n0.0.1 (2012-12-23)\n++++++++++++++++++\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/speechkey/VKAppAuth/tarball/0.0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/speechkey/vkappauth", "keywords": "vkontakte vk api access_token oauth oauth2", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "VKAppAuth", "package_url": "https://pypi.org/project/VKAppAuth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/VKAppAuth/", "project_urls": { "Download": "https://github.com/speechkey/VKAppAuth/tarball/0.0.1", "Homepage": "https://github.com/speechkey/vkappauth" }, "release_url": "https://pypi.org/project/VKAppAuth/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python package for authorize a standalone VK/Vkontakte application and getaccess_token for vkontakte api.", "version": "0.0.1" }, "last_serial": 785951, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a3d640cc066189e54b5eb6cfd1d7d117", "sha256": "7cc6c10a8f27104fe2bcc60b1bc845354c694ae2b6d44c81f1aeb0e754171065" }, "downloads": -1, "filename": "VKAppAuth-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a3d640cc066189e54b5eb6cfd1d7d117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5734, "upload_time": "2012-12-23T15:53:05", "url": "https://files.pythonhosted.org/packages/4b/f7/e936996c8f058ebcc37f1c61546cd9bdd7743381be4e6b8ea1281e9d5601/VKAppAuth-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a3d640cc066189e54b5eb6cfd1d7d117", "sha256": "7cc6c10a8f27104fe2bcc60b1bc845354c694ae2b6d44c81f1aeb0e754171065" }, "downloads": -1, "filename": "VKAppAuth-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a3d640cc066189e54b5eb6cfd1d7d117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5734, "upload_time": "2012-12-23T15:53:05", "url": "https://files.pythonhosted.org/packages/4b/f7/e936996c8f058ebcc37f1c61546cd9bdd7743381be4e6b8ea1281e9d5601/VKAppAuth-0.0.1.tar.gz" } ] }