jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

lsfollowers --all USERNAME gives repeating list #32

Open BackSeat opened 13 years ago

BackSeat commented 13 years ago

$ twidge lsfollowers --all $USER

gives 100 lines of output, then pauses, then repeats the same 100 lines.

I was expecting a full list of all followers of $USER

marsroverdriver commented 12 years ago

I was going to report the same thing -- so I'll just add that lsfollowing does the same thing (repeats the same 100 users over and over).

cwarden commented 12 years ago

The use of /statuses/followers to get the list of a user's followers also doesn't necessarily give a complete list and has been deprecated. See https://dev.twitter.com/docs/api/1/get/statuses/followers