|
@@ -4,11 +4,7 @@ from .competitive_product import (
|
|
|
CompetitiveProductServer
|
|
|
)
|
|
|
from .nmpa import NMPAClient, NMPAServer
|
|
|
-from .proxy import ProxyPoolClient, ProxyPoolServer, get_base_url
|
|
|
-from .site_monitor import SiteMonitorClient, SiteMonitorServer
|
|
|
-
|
|
|
-# 网站监控
|
|
|
-site_monitor = SiteMonitorClient('网站监控', 'monitor', 'py_spider', 'site_monitor')
|
|
|
+from .proxy import ProxyPoolServer, get_base_url
|
|
|
|
|
|
# 主题数据爬虫
|
|
|
nmpa = NMPAClient('国家药品监督管理局', 'py_theme', 'nmpa_c')
|
|
@@ -17,7 +13,3 @@ nmpa = NMPAClient('国家药品监督管理局', 'py_theme', 'nmpa_c')
|
|
|
ybw = CompetitiveProductClient('元博网', 'ybw', 'py_spider', 'ybw_list')
|
|
|
zbytb = CompetitiveProductClient('中国招标与采购网', 'zbytb', 'py_spider', 'zbytb_list')
|
|
|
accountManagePool = AccountManagePool('py_spider', 'match_account')
|
|
|
-
|
|
|
-# 代理池
|
|
|
-socks5ProxyPool = ProxyPoolClient('代理池', 'proxy', 'socks5')
|
|
|
-httpProxyPool = ProxyPoolClient('代理池', 'proxy', 'http')
|