from coldStartTasks.crawler.toutiao_recommend_crawler import ToutiaoRecommendCrawler if __name__ == "__main__": toutiao_recommend_crawler = ToutiaoRecommendCrawler() toutiao_recommend_crawler.init_database() toutiao_recommend_crawler.run()