# shodan-python **Repository Path**: happyapple668/shodan-python ## Basic Information - **Project Name**: shodan-python - **Description**: The official Python library for Shodan - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-11 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README shodan: The official Python library for accessing Shodan ======================================================== Shodan is a search engine for Internet-connected devices. Google lets you search for websites, Shodan lets you search for devices. This library provides developers easy access to all of the data stored in Shodan in order to automate tasks and integrate into existing tools. Features -------- - Search Shodan - Streaming API support for real-time consumption of Shodan data - Exploit search API fully implemented Installation ------------ To install the Shodan library, simply: .. code-block:: bash $ pip install shodan Or if you don't have pip installed (which you should seriously install): .. code-block:: bash $ easy_install shodan Documentation ------------- Documentation is available at http://shodan.readthedocs.org/.