Jump to content

Program/script looking for keywords on a website`?

I need a program that looks for a keyword on a website on a time interval. like checking for the word "wildstar" on a list of websites each 10 seconds. I need this so that i don't have to sit around and refresh all the pages where they will give out wildstar keys this week :D Bwahahaha. anyone know about a nice little program/ script for this?

Link to post
Share on other sites

You could easily do that.

 

Just write a program that starts a new thread for each page, and then in each thread you will want to download the page every few seconds/minutes/hours/whatever and use a regular expression to find what you are looking for.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×