예제 #1
0
 def test_load_channel(self):
     cron = TwitterCronJob()
     cron.pull_latest_status(count=10)
     cron.remove_duplicate_news()
     cron.pull_title_and_images()
예제 #2
0
 def handle(self, *args, **options):
     cron = TwitterCronJob()
     cron.update_category()