Example #1
0
 def __init__(self):
     self.account = ''
     self.password = ''
     self.recipient = ''
     self.yesterday = ''
     self.scriptingLogRowList = []
     self.crawlingStatisticsRowList = []
     self.my = tool.MYSQL()
Example #2
0
 def __init__(self):
     self.scriptName = "Ip有效性检查"
     self.operationDate = ''
     self.operatingTime = ''
     self.success = 0
     self.failure = 0
     self.repeat = 0
     self.crawlQuantity = 0
     self.my = tool.MYSQL()
Example #3
0
 def __init__(self):
     self.scriptName = "西刺代理"
     self.aimsUrlList = ['http://www.xicidaili.com/nn/', 'http://www.xicidaili.com/nt/', 'http://www.xicidaili.com/wn/', 'http://www.xicidaili.com/wt/']
     self.proxyList = []
     self.success = 0
     self.failure = 0
     self.repeat = 0
     self.crawlQuantity = 0
     self.operationDate = ''
     self.operatingTime = ''
     self.download = tool.WebDownload()
     self.my = tool.MYSQL()
     self.examine = filterPoxy.filterPoxy()
Example #4
0
 def __init__(self):
     self.scriptName = "66ip"
     self.aimsUrl = 'http://www.66ip.cn/areaindex_35/1.html'
     self.proxyList = []
     self.success = 0
     self.failure = 0
     self.repeat = 0
     self.crawlQuantity = 0
     self.operationDate = ''
     self.operatingTime = ''
     self.download = tool.WebDownload()
     self.my = tool.MYSQL()
     self.mail = tool.Mail()
     self.examine = filterPoxy.filterPoxy()
Example #5
0
 def __init__(self):
     self.scriptName = "云代理"
     self.aimsUrl = 'http://www.ip3366.net/?stype=1&page={num}'
     self.proxyList = []
     self.success = 0
     self.failure = 0
     self.repeat = 0
     self.crawlQuantity = 0
     self.operationDate = ''
     self.operatingTime = ''
     self.download = tool.WebDownload()
     self.my = tool.MYSQL()
     self.mail = tool.Mail()
     self.examine = filterPoxy.filterPoxy()
Example #6
0
 def __init__(self):
     self.scriptName = "快代理"
     self.aimsUrl = 'https://www.kuaidaili.com/free/inha/1/'
     self.proxyList = []
     self.success = 0
     self.failure = 0
     self.repeat = 0
     self.crawlQuantity = 0
     self.operationDate = ''
     self.operatingTime = ''
     self.download = tool.WebDownload()
     self.my = tool.MYSQL()
     self.mail = tool.Mail()
     self.examine = filterPoxy.filterPoxy()