Skip to content

junv/safebrowsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

safebrowsing.py - Google Safe Browsing Lookup API (v4)

The safebrowsing python module is a rudimentary interface to the Google Safe Browsing lookup API version 4 (v4), for a complete implementation you may opt to use the Google API Client Libraries.

Please feel free to contribute in improving this code.

import safebrowsing 
 
apikey = 'YOUR_KEY'
sb = safebrowsing.LookupAPI(apikey) 
resp = sb.threat_matches_find('ihaveaproblem.info') 
print resp 

Copyright (c) 2016 Jun C. Valdez - Code is distributed under the terms of an MIT sytle license http://www.opensource.org/licenses/mit-license

About

Python Module: Google Safe Browsing Lookup v4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages