python-webfinger

Simple Python implementation of webfinger client protocol
Download

python-webfinger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jeremy Carbaugh

python-webfinger Tags


python-webfinger Description

python-webfinger is a simple Python implementation of webfinger client protocol.UsageExample:from pywebfinger import fingerwf = finger('user@host.com')print wf.profileprint wf.hcardThe following relation types are supported:- activity_streams: http://activitystrea.ms/spec/1.0- avatar: http://webfinger.net/rel/avatar- hcard: http://microformats.org/profile/hcard- open_id: http://specs.openid.net/auth/2.0/provider- opensocial: http://ns.opensocial.org/2008/opensocial/activitystreams- portable_contacts: http://portablecontacts.net/spec/1.0- profile: http://webfinger.net/rel/profile-page- xfn: http://gmpg.org/xfn/11Other relation types can be accessed directly from the XRD document.:print wf.find_link('http://example.com/example/spec', attr='href')Product's homepage


python-webfinger Related Software