shichao-an / twitter-photos

Simple, fast command-line tool to get photos from Twitter accounts
https://twitter-photos.shichao.io
BSD 2-Clause "Simplified" License
171 stars 39 forks source link

On large accounts with 300k+ photos, only detecting ~3000 images #8

Closed rememberlenny closed 5 years ago

rememberlenny commented 8 years ago

Im trying to run twphotos on an account with 300k photos. The account twitter.com/streetartfound is returning around 3000 photos.

Do you know why this method isn't identifying all the photos?

shichao-an commented 8 years ago

On my side, twphotos on that account only returns 2611 photos, while nothing seems wrong. It's more like a Twitter API issue.

johnson880319 commented 5 years ago

Twitter's "GET statuses/user_timeline" API only allows up to 3200 recent tweets, therefore it's not possible to get more images than that number.

rememberlenny commented 5 years ago

Closing because issue is with API and not library.