Skip to content

Version 1.3.1

Compare
Choose a tag to compare
@kerchner kerchner released this 30 Nov 15:00
· 118 commits to master since this release

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 the media 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 populates media_url with the URL of the video's thumbnail image, not with the URL of the video itself.