""" This file allows you to add your own hooks to the markov.py script without having to mess around with the code. """ def textFilter(text): """ Code to be executed when a new tweet has been generated. :param text: Text of the new tweet as String :return: True if the text may be tweeted, else False """ return True