Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@simeononsecurity simeononsecurity released this 21 Sep 09:36
· 2 commits to main since this release
1d39924

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()