achillean / shodan-python

The official Python library for Shodan
https://developer.shodan.io
Other
2.48k stars 559 forks source link

Input validation for multiple CLI commands #207

Open rmhowe425 opened 9 months ago

rmhowe425 commented 9 months ago

Added input validation to stats, trends, and convert commands.

Input validation callback methods are stored in validation.py, which is first introduced in #205

rmhowe425 commented 8 months ago

@achillean Filed a PR for increased input validation