How can I request the Google Safebrowsing API to validate a URL using Python?

I have a list of domains that I need to check for malware. Is it possible to use Python to query the Google Safebrowsing API to get this information without the need for a database?

+3
source share
1 answer

The Google Safe Browsing API page contains a Python reference client , take a look at this.

+3
source

Source: https://habr.com/ru/post/1750355/


All Articles