Neo23x0 / munin

Online hash checker for Virustotal and other services
Apache License 2.0
810 stars 147 forks source link

VT_PUBLIC_API_KEY - SyntaxError: invalid syntax #47

Open cyb3rw01f opened 3 years ago

cyb3rw01f commented 3 years ago

When I try to launch munin I keep getting the bellow error

command used to launch munin python -i my.ini --cli

File "D:\githubClones\munin\my.ini", line 2 VT_PUBLIC_API_KEY = 6774b99399REDACTED......... ^ SyntaxError: invalid syntax

If I just try python munin I still get a VT error

Neo23x0 commented 3 years ago

Did you forget to pass the program name in the command line?

python munin.py -i my.ini --cli
cyb3rw01f commented 3 years ago

Sorry that was a typo, I was calling munin.py From what I found, even though I created my own ini from a copy of munin.ini, and was referencing it, munin.py still was accessing munin.ini. Once I placed my API keys in the munin.ini file the error went away. Now I am having issues with the module pyzipper. I am running python3.9 so that may be the issue?