I'm working on a program that let's you prompt mid journey for a wallpaper that changes based on nostr usage statistics, ie. a post receives 1,000,000 sats maybe it adds a lightning strike to the image. I imagine being able to prompt it for a tornado that gets bigger based on reply counts, maybe it turns into a firestorm when there are lots of reposts, and bolts of lightning based on zaps. Its like, a semesters final project for teaching myself to code with python. Once its working I'm going through all the steps of releasing it on git and learn how to do all that wizardry.
Hopefully I'll be able to contribute to more pertinent things some day, but this seems like a good place to get my feet wet.
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.
reply
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