Annie on Nostr: npub1zfeag…tt7pt npub1t7dmr…zpqpp If you're curious: the api will give you this ...
npub1zfeagvf9h2r7yzx96lcwy28d0c4symtw0zv9h4rrdmkxvej4pvpqxtt7pt (npub1zfe…t7pt) npub1t7dmr2xue8zaxsxhy2xkdja0nx6f8cu8y8l7hfksw98y773djkgquzpqpp (npub1t7d…pqpp) If you're curious: the api will give you this https://gts.ferreo.dev/@anniiii/followers.json (in case of my user) and then the next will go to https://gts.ferreo.dev/users/Anniiii/followers.json?page=1 (and so on until you hit the end of the follower list). And now that you have that list you also need to go to each of those instances (or your instances cache) and ask for that users display name and display image. Also erm, please don't use jquery anymore, all the reasons there were to use it nowadays are available through standard browser apis, so jquery is quite literally just wasting bandwidth to provide a feature you already have.