Twidge and "lsfollowers --all"

The github Twidge page [https://github.com/jgoerzen/twidge/wiki] states that this is the right place for questions about Twidge, so here goes. When running twidge lsfollowers --all $USERNAME my expectation is that all followers of $USERNAME will be listed. However, what appears to happen is that the first 100 followers' names are displayed, then there is a pause, then the same 100 names are displayed again; this cycle repeats (I stopped it after four iterations). Is this the expected behaviour? Thanks, Keith -- "You can have everything in life you want if you help enough other people get what they want" - Zig Ziglar. Who did you help today?

On Tue, Jun 7, 2011 at 06:57, Keith Edmunds
my expectation is that all followers of $USERNAME will be listed. However, what appears to happen is that the first 100 followers' names are displayed, then there is a pause, then the same 100 names are displayed again; this cycle repeats (I stopped it after four iterations).
Sounds like a bug based on a misunderstanding of the twitter protocol: the 100 is the limit per API call, then I suspect twidge is treating the limit as an error and retrying the command, when it should be repeating with an offset to get the next group (possibly with rate limiting).
participants (2)
-
Brandon Allbery
-
Keith Edmunds