Appreciate all your work in the nostrsphere!
I implemented a very simple python bot & backend that monitors nostr tags, and once tagged it requests&waits for user's metadata, then replies with an invoice according to the name length (if the name is availabe). The backend probes the node for paid invoices and registers the corresponding nip05 identifier immediatly.
Cool thing is that you don't need to expose your node hardware to any new service or plugin, but rather just create some read only runes.
Currently uses lnsocket ( #[3] ) + commando + sqlite3
If someone is interested in that piece of code, I'll make it readable & open sourced 😀
Tagged the bot as well to thank him for his work so far (should reply with a name already exist kind of message 😆) #[2]
Next step is to integrate gptbot to support requiests written in free text
#[4] hope it's fine, let me know how you feel about that.