123456789101112131415 |
- from .account_pool import AccountManagePool
- from .competitive_product import (
- CompetitiveProductClient,
- CompetitiveProductServer
- )
- from .nmpa import NMPAClient, NMPAServer
- from .proxy import ProxyPoolServer, get_base_url
- # 主题数据爬虫
- 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')
|