Tracks changes of the system's external IP address and writes each new change to a given CSV file.
Probably the best way to use this program is as a cron job.
- Clone the repository
- CD into it
- Copy the file someplace safe
- Mark it executable
sudo chmod +x /home/<user>/bin/ipmayak.py
- Add it to cron, for example
crontab -e
@hourly /home/<user>/bin/ipmayak.py <path/to/file.csv>