-
There are examples to subscribe firehose and process events. Is there anyway to subscribe to a feed instead? Are there any docs / example showing how to do so? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi, check this https://www.docs.bsky.app/docs/tutorials/viewing-feeds#feed-generators. Press on the "Python" tab to see examples |
Beta Was this translation helpful? Give feedback.
-
I was expecting hooking a callback to a firehose client variation just like in this example: https://github.com/MarshalX/atproto/blob/main/examples/firehose/process_commits.py |
Beta Was this translation helpful? Give feedback.
-
No custom feeds doesn't create events in firehose. This is not possible to subscribe to updates. Custom feeds are independent services out of PDS. The only way is to pull posts |
Beta Was this translation helpful? Give feedback.
-
Thx for the reply! I guess I have rethink how my project is going to work |
Beta Was this translation helpful? Give feedback.
No custom feeds doesn't create events in firehose. This is not possible to subscribe to updates. Custom feeds are independent services out of PDS. The only way is to pull posts