|
@@ -16,15 +16,15 @@ from applications.db import DatabaseConnector
|
|
from applications.pipeline import scrape_account_entities_process
|
|
from applications.pipeline import scrape_account_entities_process
|
|
from applications.utils import Item
|
|
from applications.utils import Item
|
|
from applications.utils import insert_into_candidate_account_pool_table
|
|
from applications.utils import insert_into_candidate_account_pool_table
|
|
-from coldStartTasks.crawler.baidu import haokan_search_videos
|
|
|
|
-from coldStartTasks.crawler.baidu.baidu_spider import baidu_account_video_crawler
|
|
|
|
-from coldStartTasks.crawler.channels import search_in_wechat_channel
|
|
|
|
-from coldStartTasks.crawler.channels import get_channel_account_videos
|
|
|
|
-from coldStartTasks.crawler.toutiao import get_associated_recommendation
|
|
|
|
-from coldStartTasks.crawler.toutiao import get_toutiao_account_video_list
|
|
|
|
-from coldStartTasks.crawler.wechat import get_article_detail
|
|
|
|
-from coldStartTasks.crawler.wechat import get_article_list_from_account
|
|
|
|
-from coldStartTasks.crawler.wechat import get_source_account_from_article
|
|
|
|
|
|
+from cold_start.crawler.baidu import haokan_search_videos
|
|
|
|
+from cold_start.crawler.baidu.baidu_spider import baidu_account_video_crawler
|
|
|
|
+from cold_start.crawler.channels import search_in_wechat_channel
|
|
|
|
+from cold_start.crawler.channels import get_channel_account_videos
|
|
|
|
+from cold_start.crawler.toutiao import get_associated_recommendation
|
|
|
|
+from cold_start.crawler.toutiao import get_toutiao_account_video_list
|
|
|
|
+from cold_start.crawler.wechat import get_article_detail
|
|
|
|
+from cold_start.crawler.wechat import get_article_list_from_account
|
|
|
|
+from cold_start.crawler.wechat import get_source_account_from_article
|
|
from config import apolloConfig, long_articles_config
|
|
from config import apolloConfig, long_articles_config
|
|
|
|
|
|
config = apolloConfig()
|
|
config = apolloConfig()
|