doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

Using behind corp proxy #30

Closed syloktools closed 6 years ago

syloktools commented 6 years ago

How would you suggest modifying this to support using it behind a proxy?

doomedraven commented 6 years ago

hello, add to kwargs proxies={"http":X, "https":X} here https://github.com/doomedraven/VirusTotalApi/blob/master/vt/vt.py#L817

i will add support to this next week

doomedraven commented 6 years ago

sorry for huge delay, added support for it, you can specify it adding proxy=http.... in config or set env variable PROXY=X vt .....

let me know if that works

doomedraven commented 6 years ago

reopen if required