You are not logged in.
Hi as the subject says I'm looking for a way to monitor various forums for a list of text strings and give me a link to the post. I'm have tried googling but cant find anything specific enough I've tried looking at methabot but am unsure as to if this is the right sort of program, anyone with any experience or ideas in this area would be much appreciated.
thanks in advance.
Offline
you could write a daemon method which would, every so often, search the forums for the keyword.
Better yet, you can use google's "site: bbs.archlinux.org keyword format to do your search.
But, be sure not to do it too often. If you keep banging a particular forum website too often, your ip might get banned.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
> I'm have tried googling but cant find anything specific enough
So "site: bbs.archlinux.org keyword" isn't enough for you?
Offline
thanks for the advice sorry for being unclear
site:www.example.com keywordworks fine but ive got 10 or so forums to check and 20 odd phrases, so some form of scripting would be nice, of course i would only check once a day or less dont want to annoy anyone.
Offline
"some form of scripting"? You can do it anyway you want it: shell, perl, python - anything will do :-)
Offline
How about this google syntax + wget+grep/awk/sed+cronjob?
Offline
thanks everyone sorry about the noobish request will get to work scripting ![]()
Offline