开发者

How can I query Google's Safebrowsing API to check a URL with Python?

开发者 https://www.devze.com 2023-01-04 04:51 出处:网络
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 datab

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消