Python program that log public IP address in SQLite database. Only new/change IP is added to DB, if IP is same as last time program was run, then only last_time_seen column in table is updated.
Ip-logger is a straightforward, yet powerful Python script designed to monitor changes in your public IP address. With the capability to track both IPv4 and IPv6 addresses, this tool logs your IP to a ...