Re: [BangPypers] Website change tracker

2012-06-19 Thread Anand Balachandran Pillai
On Fri, Jun 8, 2012 at 10:36 PM, vid wrote: > On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker > 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 wh

Re: [BangPypers] Website change tracker

2012-06-09 Thread vid
On Sat, Jun 9, 2012 at 6:03 AM, Anand Chitipothu wrote: > On Sat, Jun 9, 2012 at 10:50 AM, vid wrote: >> On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan wrote: >>> If you need to check for the absence of certain content, then write tests >>> using Sahi or Selenium, and run those at periodic int

Re: [BangPypers] Website change tracker

2012-06-08 Thread Sriram Narayanan
On Sat, Jun 9, 2012 at 10:50 AM, vid wrote: > On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan 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 che

Re: [BangPypers] Website change tracker

2012-06-08 Thread Anand Chitipothu
On Sat, Jun 9, 2012 at 10:50 AM, vid wrote: > On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan 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 che

Re: [BangPypers] Website change tracker

2012-06-08 Thread Arvind K
On 9 June 2012 11:11, vid wrote: > On Sat, Jun 9, 2012 at 5:32 AM, Arvind K wrote: > > On Jun 9, 2012 10:51 AM, "vid" wrote: > >> > >> On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan > > wrote: > >> > If you need to check for the absence of certain content, then write > > tests > >> > using S

Re: [BangPypers] Website change tracker

2012-06-08 Thread vid
On Sat, Jun 9, 2012 at 5:32 AM, Arvind K wrote: > On Jun 9, 2012 10:51 AM, "vid" wrote: >> >> On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan > wrote: >> > If you need to check for the absence of certain content, then write > tests >> > using Sahi or Selenium, and run those at periodic interval

Re: [BangPypers] Website change tracker

2012-06-08 Thread Arvind K
On Jun 9, 2012 10:51 AM, "vid" wrote: > > On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan 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 check

Re: [BangPypers] Website change tracker

2012-06-08 Thread vid
On Sat, Jun 9, 2012 at 1:43 AM, Sriram Narayanan 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 have come a long way

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" wrote: > Thanks everyone:)...Much appreciated. > I will work on it & let the group know how it goes. > > Thanks, > Bhavya >

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 wrote: > On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker > wrote: > > > >> Hello, > >> > >> I am newbie to Python coding. And, I had a question. I want

Re: [BangPypers] Website change tracker

2012-06-08 Thread vid
On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker 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 day or how oft

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 ut

[BangPypers] Website change tracker

2012-06-08 Thread Bhavya
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. Ideally this script/program should be scalable for say about 1000 websites at a time.. How do I start ? I have pre