jayzeng / virustotal_apiwrapper

Virus Total Public API v2.0 PHP Wrapper
http://jayzeng.github.io/virustotal_apiwrapper/
MIT License
65 stars 18 forks source link

database needed? #17

Closed voltan closed 8 years ago

voltan commented 8 years ago

Hello on virustotal website I see some request answered after some hours , how we can handel it ? any database needed ?

do you have any method on your script for it?

thanks

jayzeng commented 8 years ago

@voltan sorry I don't follow your question, are you saying the requests take potentially a long time to process and you are looking for ways to pull the results?

voltan commented 8 years ago

Yes

jayzeng commented 8 years ago

There are many different ways to go around it, just to name a few:

This library is meant to simplify accessing virus total's api, these requirement goes beyond the design goal and you should implement it on your side.