Skip to content

Joeboy/python-webfinger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Python implementation of webfinger client protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%