Jump to content

What program should I learn for this project?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
kemosabe

kemosabe

    Newbie

  • Members
  • Pip
  • 2 posts
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.

#2
debtboy

debtboy

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 916 posts
I would use wget in a shell script,
but the curl people probably have a different idea.

#3
kemosabe

kemosabe

    Newbie

  • Members
  • Pip
  • 2 posts
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.

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
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

#5
debtboy

debtboy

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 916 posts
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.

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Another important question: is it always the same 10 sites, or no?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog