command line tool to access Virus Total API (w/Python3)
in command line, run with python3,
- positional arguments: urls, separated with comma, no space.
- optional:
-s
forces scanning for new analysis for URL. -a
: to be followed with api key- optional:
-m
: followed by maximum acceptable age for existing analysis, in days as int
main
is the file to useparser
defines args from command linevt_analyzer
defines VTAnalyzer class, get analysis for URLcache
defines the Cache class, which interacts with local json fileexceptions
defines all exceptions in module