projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4efb38a
)
Add `tweet_mode='extended'` to `search` call
author
Maxence Groine
<mgroine@fiefmanage.ch>
Wed, 15 Nov 2017 11:20:56 +0000
(12:20 +0100)
committer
Maxence Groine
<mgroine@fiefmanage.ch>
Wed, 15 Nov 2017 11:21:34 +0000
(12:21 +0100)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 21b1965766edc903df7220902dbfe67279dbfd70..f8af799dc92b78f81c87e1a43cf324e8359aa1fd 100644
(file)
--- 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: