Wrapper to VirusTotal API.
|
__init__(self,
apikey,
timeout,
scan=0)
Initialize VirusTotal API with the API key and timeout. |
source code
|
|
|
_request_json(self,
url,
**kwargs)
Wrapper around doing a request and parsing its JSON output. |
source code
|
|
|
_get_report(self,
url,
resource,
summary=False)
Fetch the report of a file or URL. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|