client.get_user_tweets(user_id, 'Tweets', count=100) the count parameter is not working
Opened this issue · 1 comments
Cryptojoyz commented
Whatever I put in count, it only returns 20 tweets.
AritzUMA commented
yes, the count argument can't be fixed, use this to retrieve until is not more tweets
tweets = await tweets.next()