This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Total pages queried: 1 (tweets captured this page: 0). #202
Unanswered
kaiquemancoso
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could anyone help me? When I use the same parameters on count_all_tweets, it gives me an amount of 1113 tweets. But, when I try to get all tweets, it gives the answer: Total pages queried: 1 (tweets captured this page: 0).
tweetsvotobolsonaro <- get_all_tweets( user = "jairbolsonaro", query = "voto impresso", start_tweets = "2018-07-01T00:00:00Z", end_tweets = "2021-07-17T23:59:59Z", n = Inf, data_path = "databolsonaro/", bind_tweets = FALSE, country= "br" )
Beta Was this translation helpful? Give feedback.
All reactions