Skip to content

Releases: simeononsecurity/shodanpy

0.0.2

21 Sep 09:36
1d39924
Compare
Choose a tag to compare

Full Changelog: https://github.com/simeononsecurity/shodanpy/commits/0.0.2

Installation

You can install this package using pip:

pip install shodanpy_simeononsecurity

Usage

Once installed, you can import and use the modules in your Python scripts as needed. Here's an example of how to use one of the modules:

from shodanpy_simeononsecurity import shodan_module

result = shodan_module.some_function()