-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
28 lines (17 loc) · 798 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 [email protected]
or
./profile [email protected]
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.