Originally by Chris Dent

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

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.