Re: [BangPypers] Website change tracker

2012-06-19 Thread Anand Balachandran Pillai
On Fri, Jun 8, 2012 at 10:36 PM, vid v...@svaksha.com wrote: On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker kracethekingma...@gmail.com wrote: Hello, I am newbie to Python coding. And, I had a question. I want to write a script which will check content changes in websites send

Re: [BangPypers] Website change tracker

2012-06-09 Thread Anand Chitipothu
On Sat, Jun 9, 2012 at 10:50 AM, vid v...@svaksha.com wrote: On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan sriram...@gmail.com wrote: If you need to check for the absence of certain content, then write tests using Sahi or Selenium, and run those at periodic intervals. Does Sahi have python

Re: [BangPypers] Website change tracker

2012-06-09 Thread Sriram Narayanan
On Sat, Jun 9, 2012 at 10:50 AM, vid v...@svaksha.com wrote: On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan sriram...@gmail.com wrote: If you need to check for the absence of certain content, then write tests using Sahi or Selenium, and run those at periodic intervals. Does Sahi have python

Re: [BangPypers] Website change tracker

2012-06-09 Thread vid
On Sat, Jun 9, 2012 at 6:03 AM, Anand Chitipothu anandol...@gmail.com wrote: On Sat, Jun 9, 2012 at 10:50 AM, vid v...@svaksha.com wrote: On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan sriram...@gmail.com wrote: If you need to check for the absence of certain content, then write tests using

Re: [BangPypers] Website change tracker

2012-06-08 Thread kracethekingmaker
Hello, I am newbie to Python coding. And, I had a question. I want to write a script which will check content changes in websites send e-mail to a admin whenever there are changes. How many times in a day or how often will this check be performed ? You must look into how to use md5, diff

Re: [BangPypers] Website change tracker

2012-06-08 Thread vid
On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker kracethekingma...@gmail.com wrote: Hello, I am newbie to Python coding. And, I had a question. I want to write a script which will check content changes in websites  send e-mail to a admin whenever there are changes. How many times in a

Re: [BangPypers] Website change tracker

2012-06-08 Thread Bhavya
Thanks everyone:)...Much appreciated. I will work on it let the group know how it goes. Thanks, Bhavya On Fri, Jun 8, 2012 at 1:06 PM, vid v...@svaksha.com wrote: On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker kracethekingma...@gmail.com wrote: Hello, I am newbie to Python coding.

Re: [BangPypers] Website change tracker

2012-06-08 Thread Sriram Narayanan
If you need to check for the absence of certain content, then write tests using Sahi or Selenium, and run those at periodic intervals. Ram On Jun 8, 2012 11:21 PM, Bhavya bhavya.ma...@gmail.com wrote: Thanks everyone:)...Much appreciated. I will work on it let the group know how it goes.

Re: [BangPypers] Website change tracker

2012-06-08 Thread vid
On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan sriram...@gmail.com wrote: If you need to check for the absence of certain content, then write tests using Sahi or Selenium, and run those at periodic intervals. Does Sahi have python bindings now? The last I checked was 2 years ago so it must

Re: [BangPypers] Website change tracker

2012-06-08 Thread Arvind K
On Jun 9, 2012 10:51 AM, vid v...@svaksha.com wrote: On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan sriram...@gmail.com wrote: If you need to check for the absence of certain content, then write tests using Sahi or Selenium, and run those at periodic intervals. Does Sahi have python

Re: [BangPypers] Website change tracker

2012-06-08 Thread Arvind K
On 9 June 2012 11:11, vid v...@svaksha.com wrote: On Sat, Jun 9, 2012 at 5:32 AM, Arvind K arvindkha...@gmail.com wrote: On Jun 9, 2012 10:51 AM, vid v...@svaksha.com wrote: On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan sriram...@gmail.com wrote: If you need to check for the