Terje Tessem

Results 2 issues of Terje Tessem

How to use from behind a proxy server. >>> print(json.dumps(response, sort_keys=False, indent=4)) { "error": "HTTPSConnectionPool(host='www.virustotal.com', port=443): Max retries exceeded with url: /vtapi/v2/file/report?apikey=xxxcutxxx&resource=xxxcutxxx (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:...

Question: Is there a way to run a job every second or third week on a specific day and time (week 1,3,5,7...) ? And similar, is there a way to...