···11+this is a small jetstream-consuming server that can notify
22+subscribers of when a repost of theirs has been liked.
33+44+right now it will fetch your follows and listen to those
55+users for likes. this will be made more configurable later
66+77+also right now since it only uses one jetstream websocket
88+for listening to likes and no more it cannot handle more
99+than 10k total followed users, this is due to jetstream WS
1010+max DID filter count limit. this will be fixed aswell
1111+1212+### usage
1313+1414+get go, build it, run it.
1515+1616+open a websocket at path `/subscribe/:did` where `did` is
1717+your DID (or any other user you want to stalk.)