Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- amazon=bottlenose.Amazon('AmazonCredentials',MaxQPS=0.9)
- response = amazon.ItemLookup(ItemId="B007SNQ4FM", ResponseGroup="Large", )
- x = etree.XML(response)
- string_to_store=etree.tostring(x, pretty_print = True)
- print string_to_store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement