How can I query Google's Safebrowsing API to check a URL with Python?
I have a list of domains that I need to check for malware. Is there a way I could use 开发者_如何学PythonPython to query Google's Safebrowsing API to get that information without the need for a database?
Google's Safe Browsing API page contains a Python reference client, take a look at that.
精彩评论