projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c0bb1
)
Remove Stream.firehose
author
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 12:42:32 +0000
(06:42 -0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 12:42:32 +0000
(06:42 -0600)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 455ed8b2d29cec3eecc27c5e33315e8bccc63b59..133c57d4e415e50c8fb2b210da1e3a517c255378 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-417,15
+417,6
@@
class Stream:
self._start(is_async)
- def firehose(self, count=None, is_async=False):
- self.session.params = {'delimited': 'length'}
- if self.running:
- raise TweepError('Stream object already connected!')
- self.url = '/%s/statuses/firehose.json' % STREAM_VERSION
- if count:
- self.url += '&count=%s' % count
- self._start(is_async)
-
def retweet(self, is_async=False):
self.session.params = {'delimited': 'length'}
if self.running: