r = client.app.bsky.feed.search_posts(
params=dict(
q="py",
# tag=["python"], # <--- this does not do anything
lang="en",
sort="top",
limit=5
)
)
Would you expect this to work? If not, what's the way to get roughly the results you would find here? https://bsky.app/hashtag/python
Hello, I'm trying to understand how search works, following https://github.com/MarshalX/atproto/blob/main/packages/atproto_client/models/app/bsky/feed/search_posts.py
Would you expect this to work? If not, what's the way to get roughly the results you would find here? https://bsky.app/hashtag/python