stream.place chat terminal ui
at main 16 lines 688 B view raw view rendered
1spc is stream.place chat, in the terminal. it listens to the jetstream for any 2chat records, and then compares the streamer field to the provided args. if 3there are no args, then it will display all chat messages. 4 5example: if i'm streaming on moth11.net, my did is 6`did:plc:25z6ogppprfvijcnqo2fsfce` so to view my chat, do `go run . 7did:plc:25z6ogppprfvijcnqo2fsfce` 8 9if 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 11did:plc:abcde` 12 13pretty simple! 14 15the colors are just random based on the user's handle, i'll probably add the 16true user's color (according to the profile lexicon) at some point