Description Usage Arguments Value
This function takes a single or a list of users (user id or user screen name) and downloads the friends of each user. Either of screen_name_list or user_id_list must be provided
1 2 3 4 5 6 7 8 9 10 11 | getFriendFollowersIDs(
screen_name_list = NULL,
user_id_list = NULL,
auth_df,
sleepTime = 30,
max_per_user = 15000,
verbose = F,
jsonPath = NULL,
namePatternFriends = "fri-",
namePatternFollowers = "fol-"
)
|
screen_name_list |
A list of Twitter screen names |
user_id_list |
A list of Twitter numerical ids (as character) |
auth_df |
The dataframe containing the Twitter keys (check read.keys function) |
sleepTime |
Sleep time (in seconds) when activating next key |
max_per_user |
Max number of friends to download per user |
verbose |
Monitor the process (recommended for debuging!) |
jsonPath |
Where to save the json files |
A list of users and their friends
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.