vt-go
vt-go copied to clipboard
The official Go client library for VirusTotal API
This PR solves #24 If you are ok with my proposal I can updates internal code and example to use the new function
I'm not a fun of using panic inside a client library, this could lead to unexpected crashes of code using the library. https://github.com/VirusTotal/vt-go/blob/e010bf48aaee07eedebfa842258f1f6d1ec3bdd8/vt.go#L74-L79 What about creating a new method like...
This PR's adds an example showcasing how to upload files to VirusTotal using __vt-go__. The example program accepts two arguments, apikey and path: - ```-apikey```: taken from VirusTotal. - ```-path```:...
Hello. In my knowledge, errNoAvailableYet occur when the the time of the current package is large than (T-59m). This will definitely happen because the seed generation time is 1 minute,...
The current example only prints the sha256 of each file in the feed, see [example/feed.go](https://github.com/VirusTotal/vt-go/blob/8431ff2cc00f58def8a9e7de489c0e836d8b9d78/examples/feed/main.go#L64). It would help if that example also shows how to access the download_url and download...
Unless I am mistaken, at the moment there are no methods to access the `Links` within an `Object`. This change exposes those links through a new getter method.
I've been using the VirusTotal API with Go and I'm encountering an issue where my program gets stuck and cannot read any more data from the feed after running for...