How can I get download XML responde from a website that has a public API using Python3?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-05-08T01:36:32Z Indexed on 2010/05/08 1:38 UTC
Read the original article Hit count: 356

Filed under:
|
|

See here: http://api.giantbomb.com/documentation/

Would I need to use something similar to the WebClient.DownloadData() from C#, but only in Python3?

I'm incredibly new to Python so maybe something even simpler already exists. Thank you for your time.

© Stack Overflow or respective owner

Related posts about python

Related posts about python3