Message Boards Message Boards

0
|
3178 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

Querying lots of followers on Twitter

I want to display the FollowerNetwork of a Twitter user with many (almost 100,000) users
A query like
fols = SocialMediaData[{"Twitter", "ArminWolf"}, "FollowerIDs"]
returns only 5000 users.
Is there a way of getting all the users (possibly using multiple requests)?
POSTED BY: Erich Neuwirth
Searching online, it appears that twitter's API has a limit of 5000 followers that can be accessed at a time.

There are discussions online of different methods of working around this limit per query that you might find useful:

http://stackoverflow.com/questions/9917638/is-there-a-limit-on-the-number-of-followers-we-can-access-through-the-twitter-ap

To use some of these methods, you may need to directly use the twitter API.
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract