shodan-python
shodan-python copied to clipboard
ENH: Create decorator to handle instantiating Shodan object
- Closes out #219
Changes
-
Replaced get_api_key() in shodan.cli.helpers.py with a decorator that retrieves a user's API key and create an instance of shodan.Shodan()
-
Fixed minor documentation / formatting discrepancies