ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Get all members for a given list #239

Closed Rizbe closed 6 years ago

Rizbe commented 6 years ago

Is there a current way to get all the members of a list given a list ID? I have a list with about 500 members that I am trying to get their IDs.

I can use func GetList, which returns User struct but that will only allow me to set a max count of 200. How would I go about setting a cursor to help me get all 500 ID's?

Rizbe commented 6 years ago

https://github.com/ChimeraCoder/anaconda/pull/240

ChimeraCoder commented 6 years ago

Thanks for implementing this!