···1-spc is stream.place chat, in the terminal. it listens to the jetstream for
2-any chat records, and then compares the streamer field to the provided args.
3-if there are no args, then it will display all chat messages.
45-example:
6-if i'm streaming on moth11.net, my did is `did:plc:25z6ogppprfvijcnqo2fsfce`
7-so to view my chat, do `go run . did:plc:25z6ogppprfvijcnqo2fsfce`
00000000
···1+spc is stream.place chat, in the terminal. it listens to the jetstream for any
2+chat records, and then compares the streamer field to the provided args. if
3+there are no args, then it will display all chat messages.
45+example: if i'm streaming on moth11.net, my did is
6+`did:plc:25z6ogppprfvijcnqo2fsfce` so to view my chat, do `go run .
7+did:plc:25z6ogppprfvijcnqo2fsfce`
8+9+if you want to see the union of alice and bob's chats, and their dids are
10+`did:plc:12345` and `did:plc:abcde`, then do `go run . did:plc:12345 did:plc:abcde`
11+12+pretty simple!
13+14+the colors are just random based on the user's handle, i'll probably add the
15+true user's color (according to the profile lexicon) at some point