achillean / shodan-python

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

ENH: Simplify JSON/Dictionary parsing logic #217

Open rmhowe425 opened 1 month ago

rmhowe425 commented 1 month ago

Implementation in PR follows best practices mentioned here, and also improves code readability.

rmhowe425 commented 1 month ago

@achillean Submitting a PR if interested!

There are a few other places in the code where dict.get() could be used to simplify the code, as mentioned in my reference to a open PR. I left this for the author of the PR to address if they want.