Skip to content

Instantly share code, notes, and snippets.

@janosgyerik
Created July 2, 2017 17:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save janosgyerik/7dfa455a54d97c32a959464ea45cfe16 to your computer and use it in GitHub Desktop.
library(rtweet)
D <- c()
for(u in c("OneNaziq", "AzimRidzuan_", "pais_10")) {
D <- rbind(D, get_followers(u, n= "all", page = "-1", parse = TRUE, as_double = FALSE, token = NULL))
}
nrow(D)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment