We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my code: all_tweets = app.get_tweets(target_name,pages=1,wait_time=12) the real tweets number is 49,but only get 20
all_tweets = app.get_tweets(target_name,pages=1,wait_time=12)
The text was updated successfully, but these errors were encountered:
You're restricting it to one page…
Sorry, something went wrong.
yes,some person 1 page 100 tweets,some 1 page 20 tweets,It's puzzling
if you are comfortable can send the username of both users?
No branches or pull requests
my code:
all_tweets = app.get_tweets(target_name,pages=1,wait_time=12)
the real tweets number is 49,but only get 20
The text was updated successfully, but these errors were encountered: