The end goal is to send myself an email if my public ip address changes, as I don’t have dynamic dns and have to manually enter the ip addresses myself for my web server. I’ve done all I possibly can to try and get bash utilities to do the job for me, but CenturyLink is unfortunately out to block me
Tag: automation
Python & MS Word: Convert .doc to .docx?
I found several questions that were similar to mine, but none of the answers came close to what I need. Specifications: I’m working with Python 3 and do not have MS Word. My programming machine is running OS X and cloud machine is linux/ubuntu too. I’m using python-docx to extract values from a .doc file that is sent to me
How to use Selenium with Python?
How do I set up Selenium to work with Python? I just want to write/export scripts in Python, and then run them. Are there any resources for that? I tried googling, but the stuff I found was either referring to an outdated version of Selenium (RC), or an outdated version of Python. Answer You mean Selenium WebDriver? Huh…. Prerequisite: Install