Stable diffusion* sorry not midjourney. Tonight I got it successfully iterating through instances of the note id, so tomorrow I'm going to build it out to tally up all the data from the top 10 posts, and maybe figure out how I'm going to manage what a good baseline is for the data it collects.
What are you using to get the nostr data into python? Are you using any python api or library for that?
reply
urllib.request, json, requests, html_to_json. Then I'm using the nostr.band API.
reply