its for when you want to get like notifications for your reposts
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: readme

dusk 48a146a0 95ce39fa

+17
+17
README.md
··· 1 + this is a small jetstream-consuming server that can notify 2 + subscribers of when a repost of theirs has been liked. 3 + 4 + right now it will fetch your follows and listen to those 5 + users for likes. this will be made more configurable later 6 + 7 + also right now since it only uses one jetstream websocket 8 + for listening to likes and no more it cannot handle more 9 + than 10k total followed users, this is due to jetstream WS 10 + max DID filter count limit. this will be fixed aswell 11 + 12 + ### usage 13 + 14 + get go, build it, run it. 15 + 16 + open a websocket at path `/subscribe/:did` where `did` is 17 + your DID (or any other user you want to stalk.)