Re: [go-nuts] Urlwatch

2016-06-30 Thread 'Will Norris' via golang-nuts
I've also had a lot of success using https://github.com/gregjones/httpcache for a few projects On Tue, Jun 28, 2016 at 9:18 AM, Tong Sun wrote: > Just want to get into the loop for future updates... > > > On Saturday, June 25, 2016 at 9:08:23 AM UTC-4, Mohammad Nasirifar

Re: [go-nuts] Urlwatch

2016-06-28 Thread Tong Sun
Just want to get into the loop for future updates... On Saturday, June 25, 2016 at 9:08:23 AM UTC-4, Mohammad Nasirifar wrote: > > Btw I would like to work on that! > > On Saturday, June 25, 2016 at 5:11:34 PM UTC+4:30, Henrik Johansson wrote: >> >> Cache headers, etags etc and dynamic scheduling

Re: [go-nuts] Urlwatch

2016-06-25 Thread Tamás Gulácsi
Start with https://github.com/lox/cachecontrol -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit

Re: [go-nuts] Urlwatch

2016-06-25 Thread Mohammad Nasirifar
Btw I would like to work on it On Sat, Jun 25, 2016 at 5:16 PM, Mohammad Nasirifar wrote: > Btw I would like to work on it! > > On Sat, Jun 25, 2016 at 5:11 PM, Henrik Johansson > wrote: > >> Cache headers, etags etc and dynamic scheduling of

Re: [go-nuts] Urlwatch

2016-06-25 Thread Mohammad Nasirifar
Btw I would like to work on that! On Saturday, June 25, 2016 at 5:11:34 PM UTC+4:30, Henrik Johansson wrote: > > Cache headers, etags etc and dynamic scheduling of re-fetch sounds useful. > Why not start a little library? > > On Sat, Jun 25, 2016, 13:51 Johann Höchtl >

Re: [go-nuts] Urlwatch

2016-06-25 Thread Henrik Johansson
Cache headers, etags etc and dynamic scheduling of re-fetch sounds useful. Why not start a little library? On Sat, Jun 25, 2016, 13:51 Johann Höchtl wrote: > > > Am Donnerstag, 23. Juni 2016 17:04:54 UTC+2 schrieb Shawn Milochik: >> >> What do you need it to do,

Re: [go-nuts] Urlwatch

2016-06-25 Thread Johann Höchtl
Am Donnerstag, 23. Juni 2016 17:04:54 UTC+2 schrieb Shawn Milochik: > > What do you need it to do, specifically? Doing an http.Get on a page and > storing and comparing the bytes or a hash is something you could write in > under a minute. Why not just do that? > Get notified when a change

Re: [go-nuts] Urlwatch

2016-06-23 Thread Shawn Milochik
What do you need it to do, specifically? Doing an http.Get on a page and storing and comparing the bytes or a hash is something you could write in under a minute. Why not just do that? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To

[go-nuts] Urlwatch

2016-06-23 Thread Johann Höchtl
Is there any app, library etc. available which will monitor changes to web resources and perform actions afterwards? Something like https://thp.io/2008/urlwatch/ I found https://github.com/dustin/urlwatch but it seems to be broken and not very involved. https://golanglibs.com/top?q=broken