d60/twikit

client.get_user_tweets(user_id, 'Tweets', count=100) the count parameter is not working

Opened this issue · 1 comments

Whatever I put in count, it only returns 20 tweets.

yes, the count argument can't be fixed, use this to retrieve until is not more tweets

tweets = await tweets.next()