forked from juliensobrier/google-safe-browsing-lookup-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
19 lines (9 loc) · 825 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Google Safe Browsing v3 Lookup version 0.2.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 (https://developers.google.com/safe-browsing/lookup_guide), you can use the Lookup API (https://developers.google.com/safe-browsing/lookup_guide) as a lighter alternative to the more complex API (https://developers.google.com/safe-browsing/developers_guide_v3).
You need to get an API key from Google at https://code.google.com/apis/console/
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