Advertisement
Reliers

AmazonPythonScript

Aug 26th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. amazon=bottlenose.Amazon('AmazonCredentials',MaxQPS=0.9)
  2. response = amazon.ItemLookup(ItemId="B007SNQ4FM", ResponseGroup="Large", )
  3. x = etree.XML(response)
  4. string_to_store=etree.tostring(x, pretty_print = True)
  5. print string_to_store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement