link-py

Your Master Sword for dealing with the Linkedin API
Download

link-py Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Mike Grouchy
  • Publisher web site:
  • http://mikegrouchy.com/

link-py Tags


link-py Description

link-py is a Python module for dealing with the LinkedIn API.InstallYou can install with setup.py```shellgit clone git://github.com/mgrouchy/link.gitcd linkpython setup.py install```or you can install with pip```shellpip install link-py```Magnets, how do they work?!Testing this from your interpreter is pretty easy```pythonfrom link import Linkl = Link(linkedin_key='yourkeygoeshere', linkedin_secret='yoursecretgoeshere')# get your request token and authorization urlrequest_token = l.get_request_token()# now open up request_token in your browser and authorize your app# you will be given a verifier with which you can get your access tokenaccess_token = l.get_access_token(yourverfiergoeshere)#now you can make a request for your profile infol.get_profile()#or maybe you want to get specific fields from your profilel.get_profile(field_selectors=('id', 'first-name', 'last-name', 'company'))```Bugs?See a bug and want me to fix it? Create an issue and your wish, is my command(sort of).Want to Contribute?Fork this repo, submit a pull request with your changes and an updated Authors.md with your name.Product's homepage


link-py Related Software