{ "info": { "author": "Mike Grouchy", "author_email": "mgrouchy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "#Link - Your Master Sword for dealing with the LinkedIn API\n\n![link](https://github.com/mgrouchy/link/raw/master/link.png)\n#Install\n\nYou can install with setup.py\n\n```shell\ngit clone git://github.com/mgrouchy/link.git\ncd link\npython setup.py install\n```\n\nor you can install with pip\n```shell\npip install link-py\n```\n\n#Magnets, how do they work?!\n\nTesting this from your interpreter is pretty easy\n\n```python\nfrom link import Link\nl = Link(linkedin_key='yourkeygoeshere', linkedin_secret='yoursecretgoeshere')\n# get your request token and authorization url\nrequest_token = l.get_request_token()\n\n# now open up request_token['url'] in your browser and authorize your app\n# you will be given a verifier with which you can get your access token\naccess_token = l.get_access_token(yourverfiergoeshere)\n\n#now you can make a request for your profile info\nl.get_profile()\n\n#or maybe you want to get specific fields from your profile\nl.get_profile(field_selectors=('id', 'first-name', 'last-name', 'company'))\n\n```\n\n#Bugs?\nSee a bug and want me to fix it? Create an issue and your wish, is my command(sort of).\n\n\n#Want to Contribute?\nFork this repo, submit a pull request with your changes and an updated Authors.md with your name.\n\nThats it!\n\nAuthor: Mike Grouchy ([@mgrouchy](http://twitter.com/mgrouchy))\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mikegrouchy.com/link", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "link-py", "package_url": "https://pypi.org/project/link-py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/link-py/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://mikegrouchy.com/link" }, "release_url": "https://pypi.org/project/link-py/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Your Master Sword for dealing with the Linkedin API", "version": "0.0.3" }, "last_serial": 794218, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "232a84f7d0ca589d350371e962298def", "sha256": "b9e319dc9650ad9ac7731a28c4bf97beca4b668d6168c1902125ca9215639ea4" }, "downloads": -1, "filename": "link-py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "232a84f7d0ca589d350371e962298def", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126064, "upload_time": "2012-05-08T15:17:46", "url": "https://files.pythonhosted.org/packages/eb/20/bfeed16f6f4f17ea92353127bc893a61f03d1011c9ce37e5d049a5105733/link-py-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "971e19ae3c9dd43bef07f4d0ce823176", "sha256": "2d894f2bba0edeeb2644162a3a433318cf54a65abc59b9cba286a113bec69930" }, "downloads": -1, "filename": "link-py-0.0.2.tar.gz", "has_sig": false, "md5_digest": "971e19ae3c9dd43bef07f4d0ce823176", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126113, "upload_time": "2012-05-09T01:53:14", "url": "https://files.pythonhosted.org/packages/77/02/6950b39127937163179a8f60a49e7ecbed4d1d9d80acae68b8a49f269aed/link-py-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d78c234c637450e3281cbbcc013c2922", "sha256": "5e9ad67778e52c2d0b5177192f5458e9b421f20d343238084db6aa95527c7b53" }, "downloads": -1, "filename": "link-py-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d78c234c637450e3281cbbcc013c2922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126127, "upload_time": "2012-05-14T14:05:19", "url": "https://files.pythonhosted.org/packages/79/44/f439cf588cf038f0fa7363938ea54be221f5b4c5d2a7b798f556cb97bdf4/link-py-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d78c234c637450e3281cbbcc013c2922", "sha256": "5e9ad67778e52c2d0b5177192f5458e9b421f20d343238084db6aa95527c7b53" }, "downloads": -1, "filename": "link-py-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d78c234c637450e3281cbbcc013c2922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126127, "upload_time": "2012-05-14T14:05:19", "url": "https://files.pythonhosted.org/packages/79/44/f439cf588cf038f0fa7363938ea54be221f5b4c5d2a7b798f556cb97bdf4/link-py-0.0.3.tar.gz" } ] }