Originally by Chris Dent

Mikael Nordfeldth 5bbd13249a Adapt fetcher to newer style hace 8 años
ostatus 5bbd13249a Adapt fetcher to newer style hace 8 años
test 235e1089d8 Ran 2to3 on the directory. hace 8 años
Makefile 826efc2423 Add test rule to Makefile, add missing tld to README hace 13 años
README bb1c604dae pep8, pylint and api consistency improvements hace 13 años
hcard 04993cd07d Add in basic hcard parsing functionality. hace 13 años
profile db883dd6c2 Add command line tools for status, webfinger, profile. hace 13 años
status db883dd6c2 Add command line tools for status, webfinger, profile. hace 13 años
webfinger db883dd6c2 Add command line tools for status, webfinger, profile. hace 13 años

README


A suite of Python libraries and command line tools for doing ostatus.

Needed this to test things I'm doing with servers and I just
can't get node-ostatus to work without giving me o3 library
problems. So I figured I'd port parts of it to Python.

This has very limited functionality, thus far.

Some command line scripts have been added: webfinger, profile, status and
hcard.

Each takes one or more webfinger addresses:

./status evan@identi.ca

or

./profile cdent@tiddlyspace.com

This code makes no particular effort to be super efficient, but it
does try to be relatively simple and dependency free.

TODO:

Thus far all the code performs only read only activities. Nothing is
being done for subscription, PuSHing to hubs, or doing anything with
salmon. So all of that is a todo.