Can applescript do this????

sigex

Registered
I've been given the task of retrieving data from this website. http://www.annecy.org/home/MIFA/List_participant/index.php?Page_ID=454


What I have to do is get each companies information. This website made it so that you have to click on each individual company to get a pop up box with the information. My question.....

Is there any easier way to do this? Can applescript do this? What i need to do is grab every companies information and then dump it into a text file..... Is this possible in applescript or is there an application that might do this for me? I can't handle going through each company individually... That will take forever!
 
in applescript.. eh well if possible, it's not easy at all. might take days to get the script working.

try using perl/python/ruby etc. they are a better choice of language if u ask me.
 
i was bored, and i had time so...
Your Welcome.

instructions...
remane file to *.pl
in terminal: chmod u+x <filename>
in terminal run it: ./<filename>

it crates a databse.txt file.
 

Attachments

  • grabber.txt
    1.3 KB · Views: 13
Back
Top