recip_followers: recip_followers

Description Usage Arguments Value

Description

Finds the reciprocated followers of a given user. Handles rate limits and various problematic accounts, including mistaken ID's, private accounts, suspended accounts, or accounts with too many friends or followers to process in a timely way (this can be defined by the user).

Usage

1
2
recip_followers(user, max.followers = 3e+05, max.friends = 20000,
  verbose = F)

Arguments

user

a user screen name or ID

max.followers

the maximum number of followers an account can have before it's considered a "large account" and not processed.

max.friends

similar to max.followers, but for friends.

verbose

whether the function should provide updates on its progress.

Value

a character vector of user IDs who are reciprocated followers with the user. If this vector has a length of 0, then the user has no reciprocated followers


llsigerson/twittnet documentation built on May 28, 2019, 4:38 p.m.