«
class documentation

Handle data by sending it to the terminal.

Method handle Direct data to sys.stdout
Method on_finish Actions when the tweet limit has been reached

Inherited from TweetHandlerI:

Method __init__ No summary
Method check_date_limit Validate date limits.
Instance Variable do_stop Stores the id of the last fetched Tweet to handle pagination.
Instance Variable lower_date_limit Undocumented
Instance Variable startingup Undocumented
Instance Variable upper_date_limit Undocumented

Inherited from BasicTweetHandler (via TweetHandlerI):

Method do_continue Returns False if the client should stop fetching Tweets.
Instance Variable counter A flag to indicate to the client whether to stop fetching data given some condition (e.g., reaching a date limit).
Instance Variable limit Undocumented
Instance Variable max_id Undocumented
def handle(self, data): (source)

Direct data to sys.stdout

Parameters
dataTweet object returned by Twitter API
Returns
boolreturn False if processing should cease, otherwise return True.
def on_finish(self): (source)

Actions when the tweet limit has been reached