Wish I could see a list of all the users that have muted me so I could wear it like a badge of honor
This is possible I'd be willing to bet someone has made such a tool already
nostrudel maybe
You’re right. https://github.com/hzrd149/nostrudel/blob/9756a2eb6eb90c42465079d0d38f3cd50c797b97/src/views/user/muted-by.tsx It’s apparently querying pubkeys in the unencrypted sections of kinds 10000 and 30007 events. I just wrote a script to do something similar and found a single person publicly muting me 🫡🔇. Somehow, I’m too dumb to find this page in Nostrudel's UI. nostr:nprofile1qqsq6pjgpvxxuwlrexs6vht7d0pqjy3864dlf3m7adsr0wnhwmpspmqpzamhxue69uhhyetvv9ujumn0wd68ytnzv9hxgtcpzdmhxue69uhhwmm59e6hg7r09ehkuef0qyt8wumn8ghj7mn0wd68yetvd96x2uewdaexwtcvw5g7s, if you’re curious, my script found 53 people publicly blocking you (DM me if you want the pubkeys :).
I’ll make one
I was thinking about this the other day. Someone could scan kind 10000 events (Mute List / NIP-51) across relays, filter the results for a certain pubkey, extract the respective event authors and Bob's your uncle. There’s still an encrypted "private" mute list stored in ".content", but I guess that extracting the list of people publicly muting someone with a 20 line script is already a good start.
https://nostrudel.ninja/#/u/npub1p5ryszcvdca78jdp5ewhu67zpyfz042m7nrha6mqx7a8wakrqrkqre5ksj/muted-by
If anyone else is looking for the "Muted By" view in Nostrudel's UI (other than replacing your own public key in the URL above), click on someone's profile (or navigate to your own profile using the left menu) and click the "Muted By" link in the top navbar. It's currently the rightmost item. If you're on a mobile, you may need to scroll the navbar to the right. Apparently, I'm a dum dum who can write bad scripts but can't properly use an app. #Nostrudel