achillean / shodan-python

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

ENH: Create decorator to handle instantiating Shodan object #219

Open rmhowe425 opened 1 month ago

rmhowe425 commented 1 month ago

Proposing the idea to convert get_api_key() in shodan.cli.helpers.py to a decorator that retrieves a user's API key and instantiates an instance of shodan.Shodan()

Proposed Implementation:

Benefits:

image