twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

Can't retrieve images from hashtag?

Open abindadna opened this issue 4 years ago • 1 comments

How do I get images from hashtags on Twitter with this tool? Of course your help will be very useful for me

abindadna avatar Jul 23 '20 05:07 abindadna

There are two fields in the CSV/JSON file you get, one is has_media and the other is image_urls. has_media tells you if a particular tweet has any media attached to it, and if it has and it's an image(s) you can access link to those images from the image_urls property. Currently, there is no way to filter tweets with images only and you'll have to do that yourself once you get all the tweets on a hashtag.

Screen Shot 2020-07-24 at 12 29 58 AM

haseebelahi avatar Jul 23 '20 19:07 haseebelahi