Skip to content

juliensobrier/Net-Google-SafeBrowsing3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net-Google-SafeBrowsing3
========================


This library is obsolete. Google Safe Browsinv v3 has been shult down by Google. Use v4 at http://search.cpan.org/perldoc?Net%3A%3AGoogle%3A%3ASafeBrowsing4

Net::Google::SafeBrowsing2::Lookup implements the Google Safe Browsing v2 Lookup API (up to 10,000 URL checks a day).

The library passes most of the unit tests listed in the API documentation. 

The Google Safe Browsing database must be stored and managed locally.
Net::Google::SafeBrowsing3::Sqlite uses Sqlite as the storage back-end, Net::Google::SafeBrowsing3::MySQL uses MySQL.
Other storage mechanisms (databases, memory, etc.) can be added and used transparently with this module.


The source code is available on github at https://github.com/juliensobrier/Net-Google-SafeBrowsing3.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  LWP::UserAgent
  URI
  Digest::SHA
  List::Util
  constant
  Test::More
  Text::Trim
  Digest::HMAC_SHA1
  MIME::Base64::URLSafe
  MIME::Base64
  String::HexConvert
  IO::Socket::SSL
  Google::ProtocolBuffers	


COPYRIGHT AND LICENCE

Copyright (C) 2015 by Julien Sobrier

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.



About

Google Safe Browsing v3 library for Per

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages