Python program to capture the public ip of the computer running ip-gmailer.py and send a simple email containing only the ip address. The program works by retrieving a json formatted response from https://api.myip.com and then emails the json key value for the ip address.
Clone the respository. Modify config.py with your settings.
Copy both config.py and ip-gmailer to same folder.
- Anaconda - distrubution of Python used (Python3) and Spyder (IDE)
- Michael Conway
- Thanks to MYIP.com