Async Python Jetstream Client pypi.org/project/atproto_jetstream/
atproto jetstream python zstd
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

make Identity.handle optional

+1 -1
+1 -1
atproto_jetstream/__init__.py
··· 49 49 class JetstreamIdentityEvent(NamedTuple): 50 50 class Identity(NamedTuple): 51 51 did: str 52 - handle: str 53 52 seq: int 54 53 time: str 54 + handle: str | None = None 55 55 56 56 did: str 57 57 time_us: int