![]() |
GeometrizeTwitterBot
1.0
Python Twitter bot for geometrizing images into geometric primitives
|
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 |
Loads an image from the given filepath, returns the loaded image, or None if the loading failed. More... | |
def | on_status_event.save_image |
Saves an image to the given filepath, returns true on success, false on failure. More... | |
def | on_status_event._download_image |
Downloads an image from a tweet. More... | |
def | on_status_event._tweet_image |
Tweets an image. More... | |
def | on_status_event._tweet_message |
Tweets a simple message. More... | |
def | on_status_event.on_on_demand_status_event |
Handles a status change event from the Twitter streaming API. More... | |
def | on_status_event.on_account_watcher_status_event |
Handles a status change event from the Twitter streaming API. More... | |