{ "info": { "author": "Guilherme Polo", "author_email": "gp@luster.cc", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries" ], "description": "## Usage\n\n```\nfrom instagram_oauth import InstagramOauthAPI\n\nclient = InstagramOauthAPI(\n client_id=,\n client_secret=\n redirect_uri=\n)\n\n# Build the authorization url.\nurl = client.auth_url()\n\n# Forward the user to the url above and then check for a callback\n# from Instagram to your server.\ncode = \n\n# Grab the access token.\nresult = client.exchange_code_for_accesstoken(code)\nprint(result['access_token'])\nprint(result['user'])\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gpip/instagram-oauth", "keywords": "instagram,oauth,api", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "instagram-oauth", "package_url": "https://pypi.org/project/instagram-oauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/instagram-oauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gpip/instagram-oauth" }, "release_url": "https://pypi.org/project/instagram-oauth/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Instagram API oauth authentication helper", "version": "0.1.1" }, "last_serial": 2210632, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "da1e0c1467ba2957adad075e4941beba", "sha256": "10628ade2082bebceffb9354125d755af5f0d5a756ac7c2fa667a775a4e7cc5e" }, "downloads": -1, "filename": "instagram-oauth-0.1.tar.gz", "has_sig": false, "md5_digest": "da1e0c1467ba2957adad075e4941beba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2239, "upload_time": "2016-07-08T19:02:32", "url": "https://files.pythonhosted.org/packages/f3/e4/653e01dce98cb2e4f489a3de71e565134f6896c894f771f3a2460a18f3fb/instagram-oauth-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8049a04f0317c5ae56d341fd5b9cf0b9", "sha256": "37b6526b07ae1ce018ab3d8c8d13c461d185595ac65c88344fe927f847f382fe" }, "downloads": -1, "filename": "instagram-oauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8049a04f0317c5ae56d341fd5b9cf0b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353, "upload_time": "2016-07-08T19:14:44", "url": "https://files.pythonhosted.org/packages/fc/47/1af9ec7852317adb4337d7285a8d3fbe6cd33facd02ef3b82bc8d340e22f/instagram-oauth-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8049a04f0317c5ae56d341fd5b9cf0b9", "sha256": "37b6526b07ae1ce018ab3d8c8d13c461d185595ac65c88344fe927f847f382fe" }, "downloads": -1, "filename": "instagram-oauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8049a04f0317c5ae56d341fd5b9cf0b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353, "upload_time": "2016-07-08T19:14:44", "url": "https://files.pythonhosted.org/packages/fc/47/1af9ec7852317adb4337d7285a8d3fbe6cd33facd02ef3b82bc8d340e22f/instagram-oauth-0.1.1.tar.gz" } ] }