Open
Description
Hi,
For the past 3 months I was able retrieve thousands of tweets based on a particular hashtag from the Latest Page.
query = f"#{tag.lstrip('#')} since:{start} until:{end}"
tweets = await client.search_tweet(query, product="Latest")
Currently I'm getting constantly hit with 404 errors for the same query.
could you please let me know what's the problem?
Metadata
Metadata
Assignees
Labels
No labels