gospider
gospider copied to clipboard
Where do I add the Virus Total API key?
I can't find the config file do add the API anywere. " WARN You are not set VirusTotal API Key yet."
"Read the source, Luke" ;)
apiKey := os.Getenv("VT_API_KEY")
if apiKey == "" {
Logger.Warnf("You are not set VirusTotal API Key yet.")
return out, nil
}
You need to set up environment variable VT_API_KEY