verbose stuff

This commit is contained in:
callebtc
2023-02-01 15:48:23 +01:00
parent f9e1a53609
commit fa802d7862
3 changed files with 21 additions and 10 deletions

View File

@@ -20,7 +20,6 @@ async def dm():
)
client = NostrClient(privatekey_hex=pk)
await asyncio.sleep(1)
filters = {
"since": int(
@@ -61,7 +60,6 @@ async def post():
print(f"From {event.public_key[:3]}..{event.public_key[-3:]}: {event.content}")
sender_client = NostrClient(privatekey_hex=pk)
await asyncio.sleep(1)
to_pubk_hex = (
input(
@@ -99,7 +97,7 @@ async def post():
# write a DM and receive DMs
# asyncio.run(dm())
asyncio.run(dm())
# make a post and subscribe to posts
asyncio.run(post())
# asyncio.run(post())