I want to be notified when a .txt file changes on the web, for example in a log file such as http://overrustlelogs.net/Cowsep%20chatlog/November%202015/2015-11-18.txt
I'm using urllib2 to retrieve the data, and prowlpy to send my phone notifications, but i'm not sure how to check if the text file has changed. (I want to be notified when there's a new line, or even when my name is mentioned)
Edit: I don't think getting the MD5 hash of it is a great way to go, I jut want to be notified of new lines in the text file. I'll probably have it loop every 10 seconds and send me a notification of the changes since the previous text file