def handle(self, *args, **options): h = TwitterHarvester() h.run()
def testHarvest(self): print 'Howdy Michael!' h = TwitterHarvester() h.run()