Scout icon indicating copy to clipboard operation
Scout copied to clipboard

run error

Open pretech86 opened this issue 4 years ago • 1 comments

i did all steps but still get this error

File "scout.py", line 100 pprint(results_dict, indent=4) ^ SyntaxError: invalid syntax

pretech86 avatar Mar 04 '20 09:03 pretech86

Hi,

Thanks for raising this issue, and for your patience in a response.

I was able to replicate your error, but not able to fix it yet. I know this project was working as of last month but I haven't been keeping it up to date. Therefore, you may need to spend time to update the code yourself. Feel free to submit a PR if you do fix it!

Although please double check you are fulfilling all prerequisites before attempting to fixing the code yourself. This includes:

  • Using Python 3, up-to-date.
  • Providing Censys API in the credentials file.
  • The MongoDB is populated and running.

I will attempt to get back to you with a fix, when I find one.

Thanks, Jamie

TheHairyJ avatar Mar 10 '20 10:03 TheHairyJ