Skip to content

Commit

Permalink
Remove Stream.firehose
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Dec 28, 2020
1 parent f1c0bb1 commit ad50cdc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tweepy/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,15 +417,6 @@ def userstream(self,

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:
Expand Down

0 comments on commit ad50cdc

Please sign in to comment.