Skip to content

v0.0.36

Latest
Compare
Choose a tag to compare
@yinleon yinleon released this 20 Dec 19:14
· 6 commits to master since this release

This release gives two additions which were requested by researchers.

  • You can now collect images in URLs which are displayed when a url is posted on social media platforms like Twitter and Facebook using the html_utils.get_webpage_display_image and also html_utils.get_page_meta.

  • Stripping URLs from Tweets (via tweet_utils.get_link) only worked for original tweets, but now it also works for retweets and quoted tweets. A new key was added to the returned dictionary called tweet_type to denote this distinction.