File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.27.0
5+ ------
6+ * New command: `` shodan alert export `` to save the current network monitoring configuration
7+ * New command: `` shodan alert import `` to restore a previous network monitoring configuration
8+ * Automatically rate limit API requests to 1 request per second (credit to @malvidin )
9+
10+ 1.26.1
11+ ------
12+ * Fix a unicode issue that caused the streams to get truncated and error out due to invalid JSON
13+
14+ 1.26.0
15+ ------
16+ * Add the ability to create custom data streams in the Shodan() class as well as the CLI (`` shodan stream --custom-filters <query> `` )
17+
4181.25.0
519------
620* Add new CLI command: shodan alert download
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'shodan' ,
12- version = '1.26.1 ' ,
12+ version = '1.27.0 ' ,
1313 description = 'Python library and command-line utility for Shodan (https://developer.shodan.io)' ,
1414 long_description = README ,
1515 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments