From: Maxence Groine Date: Wed, 15 Nov 2017 11:20:56 +0000 (+0100) Subject: Add `tweet_mode='extended'` to `search` call X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ddc2f625bd820460114064ec1f0da7502e503db8;p=rainbowstream.git Add `tweet_mode='extended'` to `search` call --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 21b1965..f8af799 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -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: