Multivac Tweets have now more than 140 characters!

feature
api

(Maziyar Panahi) #1

Hi!,

As of today I am updating most of our Twitter streams to include extended_tweet and truncated fields. If the truncated is true, this means the Tweet is larger than 140 characters and it will be displayed in extended_tweet.full_text.

The streams which have these new fields are:

  • French Politics
  • French Media
  • International News
  • Climate Change
  • COP21/COP22/COP23
  • Risk Repository

Example:

"tx": "Steyer impeachment ads seem to me more of a vanity project than a call to action.  It is-at least this point-an unh… https://t.co/XUe41lnigl",
"truncated": true

"extended_tweet": {            
            "full_text": "Steyer impeachment ads seem to me more of a vanity project than a call to action.  It is-at least this point-an unhelpful message. If impeachment becomes a political tool, it will be as damaging to our democracy as the degradations @realDonaldTrump has inflicted on it.",
            "display_text_range": [
              0,
              269
            ]
          }

Happy text mining! :slight_smile:

Cheers,
Maziyar


(Maziyar Panahi) #2