Description Usage Arguments Details Value
Automate the collection of follower IDs for a large number of users (via
get_followers
)
1 | get_followers_download(x, ..., output = NULL, verbose = TRUE)
|
x |
Either a data frame or character vector containing user identifiers for which follower IDs will be retrieved. See details for more information about how this works. |
... |
If |
output |
Optionally supply a preexisting output vector (like that returned by this function)–if NULL, the default, this function will start fresh. |
verbose |
Whether the function should print information/status updates, defaults to TRUE. Setting this to FALSE will silent most printing. |
This function attempts to retrieve up to 75,000 follower IDs every 15 minutes, sleeping between calls until Twitter's API rate limit resets. If your API token is linked to your own Twitter APP and has appropriate permissions to create a 'bearer token', then this function will collect closer to 150,000 followers per 15 mintues.
Returns a list data frames with user and follower ID information. See
get_followers
for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.