Reputation: 293
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?
Upvotes: 5
Views: 2690
Reputation: 48071
Google's Safe Browsing API page contains a Python reference client, take a look at that.
Upvotes: 3