Add `tweet_mode='extended'` to `search` call
[rainbowstream.git] / rainbowstream / rainbow.py
index 21b1965766edc903df7220902dbfe67279dbfd70..f8af799dc92b78f81c87e1a43cf324e8359aa1fd 100644 (file)
@@ -440,7 +440,8 @@ def search():
     rel = t.search.tweets(
         q=query,
         type=type,
-        count=count
+        count=count,
+        tweet_mode='extended'
     )['statuses']
     # Return results
     if rel: