当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python clx.osi.virus_total.VirusTotalClient.put_comment用法及代码示例


用法:

put_comment(resource, comment)

为文件或 URL 发表评论

参数

resource(str) - 您要查看的文件的 md5/sha1/sha256 哈希或您要评论的 URL 本身。

返回

回复

返回类型

dict

例子

>>> from clx.osi.virus_total import VirusTotalClient
>>> client = VirusTotalClient(api_key='your-api-key')
>>> client.put_comment("75efd85cf6f8a962fe016787a7f57206ea9263086ee496fc62e3fc56734d4b53", "This is a test comment")
{'status_code': 200, 'json_resp': {'response_code': 0, 'verbose_msg': 'Duplicate comment'}}

相关用法


注:本文由纯净天空筛选整理自rapids.ai大神的英文原创作品 clx.osi.virus_total.VirusTotalClient.put_comment。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。