fr0gger / vthunting

Vthunting is a tiny script used to generate report about Virus Total hunting and send it by email, slack or telegram.
MIT License
158 stars 42 forks source link

Added pagination to api_request #10

Closed jsman closed 4 years ago

jsman commented 4 years ago

Added handling of cursor value in API response. This allows for pagination in vthunting.py. The variable number_of_results will contain the amount of notifications to fetch with each API request and the variable max_notifications will control how many notifications to fetch in total.

Resolves: #4