nico on Nostr: Converting from npub to hex is two lines in case you need a script from nostr.key ...
Converting from npub to hex is two lines in case you need a script
from nostr.key import PrivateKey
print(PrivateKey.from_nsec('npub1......').hex())
Published at
2023-03-11 21:12:14Event JSON
{
"id": "2ed5131fd8a211119f2ea9c503774da829408d5c4ff0ffef0321a74c6827f666",
"pubkey": "0000000033f569c7069cdec575ca000591a31831ebb68de20ed9fb783e3fc287",
"created_at": 1678569134,
"kind": 1,
"tags": [],
"content": "Converting from npub to hex is two lines in case you need a script\n\nfrom nostr.key import PrivateKey\nprint(PrivateKey.from_nsec('npub1......').hex())\n",
"sig": "882570c2d10e568b039566d2fbbdac56c4f06f8f37fb61b9ade7f85dbb3770de7288a48fd07cd353385e510f0a91c834cb80c5408072539c6e981b31f9aa27f1"
}