git clone https://github.com/sasa-buklijas/ip_logger cd ip_logger python -m venv venv-3_11_2 . ./venv-3_11_2/bin/activate python -m pip install -r requirements.txt ...
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.