Project

spysex

0.0
Low commit activity in last 3 years
No release in over a year
Spyse API wrapper for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 2.2
~> 3.10
~> 6.0
~> 3.13
 Project Readme

spysex

Ruby Coverage Status CodeFactor

A dead simple Spyse API wrapper for Ruby.

  • Notes:
    • API v4 is supported.
    • This wrapper does not support all the API endpoints.

Installation

gem install spysex

Usage

require "spysex"

# when given nothing, it tries to load your API key via ENV["SPYSE_API_KEY"]
api = Spyse::API.new
# or you can set them manually
api = Spyse::API.new("foo bar")

api.domain.get("example.com")
api.domain.search(search_params)

api.ip.get("1.1.1.1")
api.ip.search(search_params)

License

The gem is available as open source under the terms of the MIT License.