Message Board Fetching Script

brianafischer

Senior member
Apr 6, 2000
225
0
0
Here is my problem: I visit many discussion forums on the web. However, I only want to visit some of them when certain topics are discussed. I was wondering if there is a program/script that can check the messageboard threads for a keyword, and then somehow notify me when a relavant thread is posted. I am willing to pay for this solution as it will save me tons of time and time is money! Any advice is appreciated.

P.S. That means I can be no the anand forums more!

Thanks,
Brian
 

joohang

Lifer
Oct 22, 2000
12,340
1
0
I can think of some ways to create such an app but don't know if anything like that exists.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
You can either write a script to go through google selecting a particular site, or you can download the forums and search them locally.
 

singh

Golden Member
Jul 5, 2001
1,449
0
0
It's pretty easy. In fact, I created a little "demo" program (as did someone else a while back). If you can find someplace to host it, I'll send it to you to look at :)
 

DocDoo

Golden Member
Oct 15, 2000
1,188
0
0
Not exactly what you are looking for but may help isolote things a bit. The easiest way to do this would be like this...

Copy/Paste below into google.com search box.

windows xp site:forums.anandtech.com

The above will search for the words windows xp only in the Anandtech forum. Of course you should change windows xp with what you are searching for... If you know HTML, you can even pre-define the sites and create a page of your own using google.com.
 

joohang

Lifer
Oct 22, 2000
12,340
1
0
singh, may I know how you got that to work?

I thought about using the MSHTML parser to get the results. Is that what you did for this app?

It works very well, btw. Good job. :)
 

singh

Golden Member
Jul 5, 2001
1,449
0
0
No, I thought about using the MS HTML->XML parser but it would have been overkill. I just use the standard brute-force way of doing it :) I made an enhancement to the original (not avb. yet) and separated the Communication thread so it no longer "freezes" the dialog. Plus it allows to click on threads which launches the default browser right to the thread. Works very fast on subscriber servers :)