![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2007
Posts: 1
Rep Power: 0
![]() |
Creating a program to retrieve data from website. Need a lot of Help
I am very new to this forum, and really software development in general. I would like to get any constructive input I can because I need it and it may save me a lot of time and wasted effort.
So several times a day i have to check numbers off of different web pages and compare them. This process takes up so much of my time that i have two choices right now: hire someone to do it for me, or write a program to do it(or pay someone else to.) Because I am cheap and would like to learn a bit more about programming I am going to attempt to do this myself first and see how it goes. Here is what i need my program to do: 1-Get data from websites 2-Compare the data and make a decision 3-Go back to website and put in input My background in programming is mainly in the area of computational physics. I know FORTRAN very well, and I know c++ well enough to use it. Once I can get the data from the website I know how to compare it and make a decision. I have most of it written in c++ already. What I don't know is how to write a program to actually access a web site and read the data from it. I would imagine c++ is probably not the best language to attempt this in, but i really don't know what would be better. So how would you start if you were me? Should i learn a new language? Which one? I know this will be difficult, but i am willing to put in a good amount of time on this because it may save me a whole lot more. |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Look into Python and Beautiful Soup.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3
![]() |
{{{sorry, but I changed my mind about my reply}}}
__________________
Neeley.org Last edited by dr.p; Sep 20th, 2007 at 10:41 PM. Reason: ... |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 195
Rep Power: 2
![]() |
We did something similar in class actually. We used PHP and Javascript for the problem. It depends on what you want it to do. If you want to check values in text boxes or any other user input on the website, you can check it with Javascript in another frame on the page. But there is a bit of a security issue you will have to look into about this.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Language display in program | Prm753 | C++ | 3 | May 30th, 2006 5:45 PM |
| Creating a program to test a program | sixstringartist | C | 8 | Jan 21st, 2006 1:15 PM |
| Help in QBASIC (I think it's similar to VB) | phoenix987 | Visual Basic | 3 | May 9th, 2005 12:33 PM |
| Help with a QBASIC program | phoenix987 | Other Programming Languages | 4 | May 5th, 2005 12:27 PM |
| Pointers in C (Part I) | Stack Overflow | C | 4 | Apr 28th, 2005 7:03 PM |