You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2023. It is now read-only.
JP de Vooght edited this page May 16, 2020
·
3 revisions
This feature was brought up by Fred Trotter with the predecessor of nucoll. The idea was to generate a retweet graph i.e. among a group of followers of a particular user, which users retweet each other.
The functionality implemented in nucoll allows init to look for retweeters of the specified user. It scans the followers' timelines up to a specified limit. This number cannot exceed 3200 per Twitter API specification. It then scans the tweets looking for matches between in_reply_to_screen_name and the specified handle.
In the example below, I look across my followers for retweets of my posts limiting the search to 100 most recent tweets.
$ nucoll init -r 100 jdevoo
The resulting .dat file can be processed as usual with fetch followed by edgelist.