Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 608 Bytes

IP Gmailer

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.

Deployment

Copy both config.py and ip-gmailer to same folder.

Built With

  • Anaconda - distrubution of Python used (Python3) and Spyder (IDE)

Authors

  • Michael Conway

Acknowledgments

  • Thanks to MYIP.com