Subversion Repositories SmartDukaan

Rev

Rev 14758 | Rev 14830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14758 Rev 14771
Line 405... Line 405...
405
    return urllib.urlencode(parameters)
405
    return urllib.urlencode(parameters)
406
 
406
 
407
def main():
407
def main():
408
    #print todict([1,2,"3"])
408
    #print todict([1,2,"3"])
409
    store = getStore(3)
409
    store = getStore(3)
410
    print store.parseOrderRawHtml(32, "32323", 2, "323243", "https://m.snapdeal.com/orderSummary?code=6d7428243672f72436736707a46ecbd2&order=5328225555")
410
    print store.parseOrderRawHtml(3221, "32323", 2, "323243", "https://m.snapdeal.com/purchaseMobileComplete?code=b11f577434a63e15c369862f7ea13054&order=5677589847")
411
    #store.scrapeStoreOrders()
411
    #store.scrapeStoreOrders()
412
    #store._isSubOrderActive(8, "5970688907")
412
    #store._isSubOrderActive(8, "5970688907")
413
    #store.scrapeAffiliate()
413
    #store.scrapeAffiliate()
414
    #store.scrapeStoreOrders()
414
    #store.scrapeStoreOrders()
415
 
415