Version 1.3.1
Changes in version 1.3.1:
- Added a new
media_url
column to the CSV and Excel exports. This column contains, if present, the value of tweet['entities']['media']['media_url'] which should be the URL of the media file embedded in the tweet. See the Twitter API documentation on themedia
entity which also describes how to retrieve image sizes other than the default of medium. Note that when the embedded media item is a video, Twitter populatesmedia_url
with the URL of the video's thumbnail image, not with the URL of the video itself.