how do I get profile info in nostr?
I can fetch events with filters, but whats the filter for profile info using a public key?
#nostrhelp #nostrdev #nostrdevs #nip19
big thanks to whoever coded nostr-tools
pretty amazing we can write 100% client-side apps with this fully functional nostr library... bye bye backend servers
reading NIP-12... I first wondered whats a "geohash"?
its quite different from lat-lng, but is a smart concise format where varying precision is needed
see how it works here
working on a nostr NIP idea... working prototype ready soon...
"Status & Location"
Event type = 10411
Events use g tag (geohash per NIP 12) to broadcast approximate location on a map, with a text status
Use cases:
-show location on user profiles
-user proximity search
-show online,available,etc status
What us the solution to avoid pasting keys into dozens of NOSTR apps?
seems like its nsecbunker? ... gotta figure this out, we cant rely on browser extensions in a mobile world.
python-nostr or pynostr? anyone playing with this?
I started with python-nostr for simplicity, but couldn't get subscription working... so am switching to pynostr