Updates to safebrowsing-python
Thu 02 April 2009 by Thejaswi PuthrayaUpdates to Safebrowsing-python
Two days back, I made quite big changes to safebrowsing-python, the python library for looking up blacklisted URLs against Google's updated phishing and malware database.
The changes are:
- Added support for databases like Mysql, Postgresql. Previously, SQLite was the only supported database.
- It is quite easy to switch from one database to another. Just edit the conf.py file under safebrowsing folder and you are done.
- As per the HTTP 1.1 RFC, URL fields accept 2048 characters by default.
To check how to use it, visit this.
I want to thank all the contributors for their invaluable bug-patches and suggestions.
Launch of Safebrowsing-python
Launch of Safebrowsing-python
Today I launched my second project online after django-check-constraints, safebrowsing-python. The project is based on the Google Safebrowsing API. Check out the announcement on the google-safebrowsing-api mailing list and also the usage wiki page at the project home.
Wish you a happy and safe browsing on the …
Google Safe Browsing and Django Newforms
Google Safe Browsing and Django Newforms
What is Google Safe Browsing
It is an API that enables applications to check URLs against Google's constantly updated blacklists of suspected phishing and malware pages. For more check out http://code.google.com/apis/safebrowsing/
Why use Google Safe Browsing?
Nowadays everyone is …