/google-safe-browsing-lookup-python

Python library for Google Safe Browsing v2 Lookup API

Primary LanguagePython

Google Safe Browsing v2 Lookup version 0.1.0
================================

Google Safe Browsing Lookup library for Python.

If you need to check less than 10,000 URLs a day against the Google Safe Browsing v2 API (http://code.google.com/apis/safebrowsing/), you can use the Lookup API (http://code.google.com/apis/safebrowsing/lookup_guide.html) as a lighter alternative to the more complex API (http://code.google.com/apis/safebrowsing/developers_guide_v2.html).

You need to get an API key from Google at http://code.google.com/apis/safebrowsing/key_signup.html

You can install the library from PyPI: http://pypi.python.org/pypi/Google%20Safe%20Browsing%20v2%20Lookup/

The source code can be found on github at https://github.com/juliensobrier/google-safe-browsing-lookup-python



INSTALLATION

    python setup.py install