class documentation

class Threatnet: (source)

View In Hierarchy

Wrapper around the Threatnet REST and Streaming APIs :param key: The Shodan API key that can be obtained from your account page (https://account.shodan.io) :type key: str :ivar stream: An instance of `shodan.Threatnet.Stream` that provides access to the Streaming API.

Class Stream Undocumented
Method __init__ Initializes the API object.
Instance Variable api_key Undocumented
Instance Variable base_url Undocumented
Instance Variable stream Undocumented
def __init__(self, key): (source)

Initializes the API object. :param key: The Shodan API key. :type key: str

Undocumented

base_url: str = (source)

Undocumented

Undocumented