Releases: simeononsecurity/shodanpy
Releases · simeononsecurity/shodanpy
0.0.2
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()