Help needed for auto search script in php/js/pyhon?

thebeliever

New member
The script would take a .txt file containing possible search queries, perhaps storing each line in an array. It would then perform the search using one query at a time.

The script would have to access a search text field on the website.

The website to perform searches on only reveals data upon correct guesses(rest of the time data is censored), so it would have to stop execution when found and report the matched query.

I was thinking javascipt, java applets, php, or python could be used.

Does anyone have any ideas on how to approach/tackle/design this program?

Hope this makes sense, any questions - please ask. Your help is much appreciated. Thanks.
 
Back
Top