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