You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though I'm retrieving data with
results = await user.get_tweets('Tweets', count=100)
I only get 19 records. I thought it would return as many records as the count specified. Is there an issue with my code?
The text was updated successfully, but these errors were encountered:
Even though I'm retrieving data with
results = await user.get_tweets('Tweets', count=100)
I only get 19 records. I thought it would return as many records as the count specified. Is there an issue with my code?
The text was updated successfully, but these errors were encountered: