Daian Gan
Daian Gan
In Dialogflow, use the payload like this: ```text { "google": { "systemIntent": { "intent": "actions.intent.SIGN_IN", "data": { "@type": "type.googleapis.com/google.actions.v2.SignInValueSpec" } }, "expectUserResponse": true } } ```
Any update about merging this?
> You can do that using the `README.md` example named _"Receive events from relays"_, but you need to change the filter to `EventKind.SET_METADATA`. > > I really don't know if...
After some tests, this is the final code to get profile updates using an npub: ```python import time import uuid from nostr.event import EventKind from nostr.relay_manager import RelayManager from nostr.key...
Is embit version available with pip install nostr ?
> alternate pr, didn't know the other was available... uses compat layer so code is minimal: https://github.com/jeffthibault/python-nostr/pull/84/files @earonesty Will this pull request be implemented at some point? Are there really...