Hi,
I am trying to develop something for my office, a personal project.
A common task for my position is to gather information from user client profiles. I have to click on about 10 web links per client profile to gather this information.
Is there some kind of program I can learn to build that will search all these predetermined links and display the data at one time so I dont have to waste time loading each one manually?
I have been researching what program can do this and the only thing ive got so far is a web crawler but theres probably soemthing more efficent at this right?
Any input is much appreciated!
Thanks.
What program should I learn for this project?
Started by kemosabe, Nov 26 2009 07:09 PM
5 replies to this topic
#1
Posted 26 November 2009 - 07:09 PM
|
|
|
#2
Posted 26 November 2009 - 07:15 PM
I would use wget in a shell script,
but the curl people probably have a different idea.
but the curl people probably have a different idea.
#3
Posted 26 November 2009 - 07:25 PM
Hi,
Thanks for the quick response. Will wget work if the site is encrypted? Also, how difficult is to use as I have no background in computers at all.
Thanks.
Thanks for the quick response. Will wget work if the site is encrypted? Also, how difficult is to use as I have no background in computers at all.
Thanks.
#4
Posted 27 November 2009 - 04:09 AM
or you could create a php script or a c/c++ program that uses the curl library to retrieve this information, curl is able to handle login etc...
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#5
Posted 27 November 2009 - 05:54 AM
As I figured..., curl is soo muchhh betterrr :rolleyes:
a Lynx dump will also work, but wget requires the least amount of code.
de-crypting is on you no matter what you use.
a Lynx dump will also work, but wget requires the least amount of code.
de-crypting is on you no matter what you use.
#6
Posted 27 November 2009 - 06:03 AM
Another important question: is it always the same 10 sites, or no?


Sign In
Create Account

Back to top









