Mottl / GetOldTweets3

A Python 3 library and a corresponding command line utility for accessing old tweets
MIT License
366 stars 127 forks source link

Images and other multimedia support #78

Open jcea opened 4 years ago

jcea commented 4 years ago

Would be nice if the library provides the URLs of the media linked in the fetched tweets, like images.

sagefuentes commented 4 years ago

Has anyone has success extracting media? I have been trying to get this to work via backwards engineering the code, but it is a bit beyond my level

emilbakke commented 4 years ago

Has anyone has success extracting media? I have been trying to get this to work via backwards engineering the code, but it is a bit beyond my level

Did you succed in doing so? I can't seem to figure it out. Been thinking about doing something with BeautifulSoup to extract the URL and then download from the image URLs.