getFollowers
connects to the REST API of Twitter and returns the
list of followers of a given user. Note that this function allows the
use of multiple OAuth token to make the process more efficient.
getFollowers(screen_name = NULL, oauth_folder, cursor = -1, user_id = NULL, verbose = TRUE, sleep = 1)
TRUE
, prints information about API calls on console## Not run:
# ## Download list of followers of user "p_barbera"
# followers <- getFollowers(screen_name="p_barbera", oauth_folder="oauth")
# ## End(Not run)
Run the code above in your browser using DataLab