ip reputation checker integrated with google sheets and gmail
this google apps script/javascript allows to perform automated ip repuation checking.
so this code has three parts:
Code.gs // this is where all the magic happens
scraperIP.gs // this is the web scraper + some fun regexes (puts data in google sheet)
responseLookup.gs // this returns the email with additional information
In order for this to work, all you have to do is... make a google sheet and grab the id, make relevant changes (see code), and run the Code.gs file
there's still some edge-case errors specific to IPVoid and some gmail error
- what to do when gmail inbox has no emails
- what to do when ipvoid doesn't have an ip address
- what to do when http request is too "fast"