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.