Avatar
lemon
be7358c4fe50148cccafc02ea205d80145e253889aa3958daafa8637047c840e
Vibing apps https://shakespeare.diy https://www.pocketvibe.app Spreading gifs https://gifbuddy.lol Posting memes https://memeamigo.lol

Dang, you’re right! Thanks for clearing that up. So is the best way really to do something like:

for tag in event[1]['tags']:

if tag[0] == 'p':

pubkey_ref = tag[1]

if tag[0] == 'e':

target_eventID = tag[1]

Yes, exactly a bot. Would you not say that DVMs are just bots with paywalls?

It takes an data input with a payment and then provides an data output.

The convenience of a simple comment bot that can be tagged is that it is a familiar interface that doesn’t require additional development from clients.

Curious on how you see DVM integration in the future

Interesting, I’ve been thinking about this too.

I wrote up a DVM standard for video translations and was trying to think of ways to integrate into clients, but the way it is structured currently would require the client developer to add features. Which is why dedicated DVM clients have been created like β€œVendata”.

The path I am starting to go down now is to work within the constraints of existing clients by creating a DVM that β€œlistens” for comments and then replies with invoices, which once paid would result in the desired content.