/python-webfinger

Simple Python implementation of webfinger client protocol

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

python-webfinger

Usage

Example:

from pywebfinger import finger

wf = finger('user@host.com')
print wf.profile
print wf.hcard

The following relation types are supported:

Other relation types can be accessed directly from the XRD document.:

print wf.find_link('http://example.com/example/spec', attr='href')

Dependencies

License

python-webfinger is distributed under the BSD license.

See LICENSE for the full terms of the BSD license.