| 
					
				 | 
			
			
				@@ -0,0 +1,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+from coldStartTasks.crawler.toutiao_recommend_crawler import ToutiaoRecommendCrawler 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+if __name__ == "__main__": 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    toutiao_recommend_crawler = ToutiaoRecommendCrawler() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    toutiao_recommend_crawler.init_database() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    toutiao_recommend_crawler.run() 
			 |