Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Error 400 #199

Answered by shmuhammadd
kaiquemancoso asked this question in Q&A
Jul 26, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@kaiquemancoso

You need to correct two things.

  1. Look at the country code here , for Brazil, it is two digit br.

  2. You need to remove the last comma after last instructions. E.g you wrote country = "Brazil",

The instruction below works.

tweetsvoto <- get_all_tweets(
     query = "voto impresso",
     start_tweets = "2021-06-27T00:00:00Z",
     end_tweets = "2021-07-17T00:00:00Z",
     n = 5,
     data_path = "helpp",
     bind_tweets = FALSE,
     country = "br" 
 )

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kaiquemancoso
Comment options

Answer selected by kaiquemancoso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants