add bot example, add legacy code for nip04 support (on lifeline)

This commit is contained in:
Believethehype
2024-09-25 10:21:30 +02:00
parent 882dba0f2c
commit f7c4f718d3
16 changed files with 213 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ from nostr_sdk import Tag, Keys, EventBuilder, Kind, NostrSigner, Client
from nostr_dvm.utils.dvmconfig import DVMConfig
from nostr_dvm.utils.nostr_utils import send_event, check_and_set_private_key
from nostr_dvm.utils.print import bcolors
from nostr_dvm.utils.print_utils import bcolors
async def create_reaction(keys, title, dtag):