I've checked out client.py and I've seen its usage. Just for test I performed a client-side lookups of URLs, such:
urls = ["
http://ianfette.org/", "
www.google.com.br"]
client.CheckForUrl(myapikey,urls)
and I recived this message:
INFO:root:Finished update number 1, next delay: 1818
INFO:root:Waiting to complete updates...
INFO:root:Waiting 1818 seconds
and after a while other message:
INFO:root:Finished update number 2, next delay: 1776
INFO:root:Waiting to complete updates...
INFO:root:Waiting 1776 seconds
so on.
I suppose that the client.py is performing only the updates but, how can I get the result of the lookups? If it's
either phishing, malware, both or none of them. My guess is that it isn't calling function CheckUrl from Client class. Am I wrong?