Пример #1
0
def twitter_import():
    #requests issues InsecurePlatformWarning that can't be resolved without adding software
    #I don't have permissions to add, or downgrading (not great either).  Suppress warnings.
    #TODO investigate now that I'm on good hosting...
    logging.captureWarnings(True)
    reader.get_mentions()
Пример #2
0
def test_mentions():
    thing = input("Press enter to start")
    reader.get_mentions()
    pass