tags:

views:

84

answers:

1

I have a list of domains that I need to check for malware. Is there a way I could use Python to query Google's Safebrowsing API to get that information without the need for a database?

+2  A: 

Google's Safe Browsing API page contains a Python reference client, take a look at that.

Tamás