/ipmayak

Tracks changes to IP address and logs each change to a file

Primary LanguagePythonMIT LicenseMIT

IPmayak

Tracks changes of the system's external IP address and writes each new change to a given CSV file.


Usage

Probably the best way to use this program is as a cron job.

Ubuntu

  1. Clone the repository
  2. CD into it
  3. Copy the file someplace safe
  4. Mark it executable
sudo chmod +x /home/<user>/bin/ipmayak.py
  1. Add it to cron, for example
crontab -e
@hourly /home/<user>/bin/ipmayak.py <path/to/file.csv>