當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。