Click here to Skip to main content
15,888,340 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello, I am pretty new to web-based programming languages. Right now I am trying to figure out how to make an automated script that clicks certain links on a page then retrieve some text. The site is a school website where you can click on classes you have and on each class page there is an agenda with homework at the bottom. I need the script to extract that text from multiple classes to one page. I am not asking anyone to make this for me, I just need to know where to start. To begin with, What programming language should I use to accomplish this? Any other tips you have are also welcome! Sorry for having such an open-ended question here, but I really just need to know where to start from.

Thanks,
Epicurus of the Web
Posted
Comments
Mitchell J. 14-Nov-14 0:41am    
Once you have the text, what are you going to do with it?

I'm asking because your answer will significantly affect how you should go about obtaining the text :-)

1 solution

This is known as screen scraping and there are many article on the subject that Google will find for you. I would suggest using C# or VB.NET as the .NET framework has many classes that will make the task easier.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900