twikit icon indicating copy to clipboard operation
twikit copied to clipboard

Fetching posts

Open Epikcoder opened this issue 9 months ago • 1 comments

is it possible to fetch al posts, not 20? for example: amexoffers profile have 7,628,024 posts according to https://www.trackalytics.com/twitter/profile/amexoffers/

but when tried fetching it using tweets = client.get_user_tweets(code, 'Tweets') print(len(tweets))

I got 20 posts image

Epikcoder avatar May 10 '24 13:05 Epikcoder