taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

Can't retrieve images from hashtag? #327

Open abindadna opened 4 years ago

abindadna commented 4 years ago

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

haseebelahi commented 4 years ago

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