Skip to content

v0.8.2

Compare
Choose a tag to compare
@edsu edsu released this 20 Oct 15:02
· 1306 commits to main since this release

This release includes two new command line options and similarly named Twarc methods: friend_ids and follower_ids. You can use them to lookup user ids for accounts that follow a given Twitter user, or that a given Twitter user follows.

% twarc.py --follower_ids HillaryClinton > followers.txt

or

% twarc.py --friend_ids HillaryClinton > friends.txt

Thanks to @dchud for the contribution!