taspinar / twitterscraper

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

Is it possible to use the library to get the attached images of some twitters? #200

Open Captain-F opened 5 years ago

Captain-F commented 5 years ago

Basically, twitters are attached with images and I want to get the attached images. Whether the library can be expanded to scrap the attached images?

marquisvictor commented 5 years ago

there's the microsoft computer vision API, where you can give it links to images, and it would analyse the images based on a certain level of confidence.. So after getting all the features to a dataframe, you'll feed the links of the images to the microsoft cognitive services API.. and it would run the analysis

A very typical example is evidenced in this paper.

https://www.shoeb.info/wp-content/uploads/query-social-media-cs674.pdf