Example #1
0
 def __init__(self):
     #2419==beijing means beijing
     api = "http://open.client.lashou.com/api/detail/city/2419"
     n = "lashou"
     chname = '拉手'
     self.page = True
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #2
0
 def __init__(self):
     api = "http://newapi.ftuan.com/api/v2.aspx?city=beijing"
     n = "ftuan"
     chname = 'F团'
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #3
0
 def __init__(self):
     api = "http://www.nuomi.com/api/dailydeal?version=v1&city=beijing"
     n = "nuomi"
     chname = '糯米团'
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #4
0
 def __init__(self):
     api = "http://www.55tuan.com/openAPI.do?city=beijing"
     n = "55tuan"
     chname = '窝窝团'
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #5
0
 def __init__(self):
     api = "http://p5.groupon.cn/xml/city/cityproduct/?cityid=1"
     n = "tuanbao"
     chname = '团宝'
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #6
0
 def __init__(self):
     api = "http://www.meituan.com/api/v2/beijing/deals"
     n = "meituan"
     chname = "美团"
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #7
0
 def __init__(self):
     #cityID=2 means beijing
     api = "http://www.didatuan.com/api/openapi?city=beijing"
     n = "didatuan"
     chname = '嘀嗒团'
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #8
0
 def __init__(self):
     #cityID=2 means beijing
     api = "http://api.t.dianping.com/n/api.xml?cityId=2"
     n = "dianping"
     chname = '大众点评'
     Tuangou.__init__(self, api=api, n=n, chname=chname)
Example #9
0
 def __init__(self):
     #cityID=2 means beijing
     api = "http://open.t.58.com/api/products?city=bj"
     n = "58tuan"
     chname = '58同城团'
     Tuangou.__init__(self, api=api, n=n, chname=chname)