What is Nostr?
5h17p05757a710n / J̷u̵s̷t̸i̶n̸ ̴M̴c̷Q̸u̵o̶r̴m̸i̵c̷k̶
npub1k5v…ar6p
2025-01-21 02:51:05
in reply to nevent1q…hp5g

5h17p05757a710n on Nostr: Here’s how to decode it in Python. You should get a still of Charlie the Unicorn ...

Here’s how to decode it in Python. You should get a still of Charlie the Unicorn and his two “friends.”

with open("hex_text.txt", "r") as file:
hex_text = file.read()
decoded_binary = bytes.fromhex(hex_text)

with open("reconstructed.jpg", "wb") as f:
f.write(decoded_binary)
Author Public Key
npub1k5v4lj4rnla9zwaxzn9n69l396zgvyjzc2ryv4kkaq3eg6fj2x7q3car6p