GeometrizeTwitterBot  1.0
Python Twitter bot for geometrizing images into geometric primitives
Namespaces | Functions
on_status_event.py File Reference

Namespaces

 on_status_event
 Module containing the code that the bot runs when it receives a status event.
 

Functions

def on_status_event.load_image (filepath)
 Loads an image from the given filepath, returns the loaded image, or None if the loading failed. More...
 
def on_status_event.save_image (image, filepath)
 Saves an image to the given filepath, returns true on success, false on failure. More...
 
def on_status_event._download_image (url)
 Downloads an image from a tweet. More...
 
def on_status_event._tweet_image (image_filepath, message, status_id, api)
 Tweets an image. More...
 
def on_status_event._tweet_message (message, username, status_id, api)
 Tweets a simple message. More...
 
def on_status_event.on_on_demand_status_event (api, status)
 Handles a status change event from the Twitter streaming API. More...
 
def on_status_event.on_account_watcher_status_event (api, status)
 Handles a status change event from the Twitter streaming API. More...