Example #1
0
 def __init__(self, dic):
     Web.__init__(self, dic)
     self.url = 'http://stock.10jqka.com.cn/companynews_list/'
     self.soup = None
     self.fromweb = "同花顺公司资讯"
     print '同花顺公司资讯启动成功'
Example #2
0
 def __init__(self,dic):
      Web.__init__(self,dic)
      self.url='http://stock.10jqka.com.cn/tzjh_list/'
      self.soup=None
      self.fromweb="同花顺投资机会"
      print '同花顺投资机会初始化成功'
Example #3
0
 def __init__(self,dic):
      Web.__init__(self,dic)
      self.url='http://stock.cfi.cn/BCA0A4127A4346A4440.html'
      self.soup=None
      self.fromweb="中财网研报"
      print '中财网研报启动成功'
Example #4
0
 def __init__(self, dic):
     Web.__init__(self, dic)
     self.url = 'http://stock.eastmoney.com/news/cgszb.html'
     self.soup = None
     self.fromweb = "东方财富网"
     print '东方财富网初始化成功'
Example #5
0
 def __init__(self, dic):
     Web.__init__(self, dic)
     self.url = 'http://stock.cfi.cn/BCA0A4127A4346A4440.html'
     self.soup = None
     self.fromweb = "中财网研报"
     print '中财网研报启动成功'
Example #6
0
 def __init__(self, dic):
     Web.__init__(self, dic)
     self.url = 'http://stock.10jqka.com.cn/jiepan_list/index.shtml'
     self.soup = None
     self.fromweb = "同花顺实时解盘"
     print '同花顺实时解盘初始化成功'
Example #7
0
 def __init__(self,dic):
      Web.__init__(self,dic)
      self.url='http://stock.10jqka.com.cn/jiepan_list/index.shtml'
      self.soup=None
      self.fromweb="同花顺实时解盘"
      print '同花顺实时解盘初始化成功'
Example #8
0
 def __init__(self, dic):
     Web.__init__(self, dic)
     self.url = 'http://stock.10jqka.com.cn/tzjh_list/'
     self.soup = None
     self.fromweb = "同花顺投资机会"
     print '同花顺投资机会初始化成功'
Example #9
0
 def __init__(self,dic):
      Web.__init__(self,dic)
      self.url='http://stock.eastmoney.com/news/cgszb.html'
      self.soup=None
      self.fromweb="东方财富网"
      print '东方财富网初始化成功'
Example #10
0
 def __init__(self,dic):
      Web.__init__(self,dic)
      self.url='http://stock.10jqka.com.cn/companynews_list/'
      self.soup=None
      self.fromweb="同花顺公司资讯"
      print '同花顺公司资讯启动成功'