Osama Khalid
Results
1
issues of
Osama Khalid
I am trying to fetch the complete favorite list, using the following code: ``` response_pool = client.api.favorites.list.get.iterator.with_since_id(screen_name=USERNAME, count=200, _force=False) async for response in response_pool: for status in response: print(status) ```...