No release in over 3 years
Low commit activity in last 3 years
Google Safe Browsing v3 Lookup is a lighter alternative to the full API. The service allows users to check up to 10,000 URLs a day against their list og phishing and malicious sites. A free API key is required.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0
 Project Readme

google-safe-browsing-lookup¶ ↑

Google Safe Browsing Lookup v3.1 library for Ruby.

If you need to check less than 10,000 URLs a day against the Google Safe Browsing v3 API (code.google.com/apis/safebrowsing/), you can use the Lookup API (developers.google.com/safe-browsing/lookup_guide) as a lighter alternative to the more complex API (developers.google.com/safe-browsing/developers_guide_v3).

Google is now using a new client API key. You need to get your API key from Google at developers.google.com/safe-browsing/lookup_guide#GettingStarted

Build and install google-safe-browsing-lookup¶ ↑

git clone https://github.com/juliensobrier/google-safe-browsing-lookup-ruby
rake build
rake test
rake install

Or

gem install google-safe-browsing-lookup

Contributing to google-safe-browsing-lookup¶ ↑

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2015 Julien Sobrier. See LICENSE.txt for further details.