six2dez / dorks_hunter

Simple Google Dorks search tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with new googlesearch package

sa1g0n1337 opened this issue · comments

The new googlesearch package returned an error saying search() got an unexpected keyword argument 'num_results'. However, when I switched to using the googlesearch-python package instead of the google package, it worked correctly.

for package google: search() function takes argument called 'num' not 'num_results' so i updated it in the code with line 68 and it worked corrected