MULTI_PAGE_SEARCH (START_PAGE) IS NOT WORKING
import zoomeye.sdk as zoomeye zm = zoomeye.ZoomEye() zm.api_key = '' data = zm.multi_page_search('telnet', page=25, start_page=1, resource="host", facets=None) zoomeye.show_site_ip(data)
Traceback (most recent call last):
File "/root/zoom2.py", line 4, in
HELP PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEASE
It looks as if the current version from pip is different to the version on github. You can manually add start_page = 1 into the parameters of the function in sdk.py to fix this
Seems this was only added 1 month ago, and there hasn't been a release that includes it despite it being added to the documentation