How can I write a program that will extract data from web site#1 and input it into website#2 and website#3 then take the data from website#3 back to website #2? this is somthing that has to be done 100 to 150 times. Its getting old and its a lot of work
Need help:confused:
Here ya go. Happy coding.
Nobody ever said customs programming was easy. That is why we get paid the big bucks. Pick up a book and compiler in Python. Spend a year learning it and then do whatever you need to like this.
The description of your problem is so hopelessly vague that nothing other than general advise like that is possible. There may be shortcuts for one-off problem there is no way for us to know that. You could also hire a consultant for a few hundred or a few thousand dollars to do it for you but again, vague problems get vague answers.
-
Look into “screen scraping”. That’d at least get you started.
-
Depending on the complexity of the sites in question, you might try Yahoo Pipes rather than actual coding. Much less powerful but much easier.
-
If the data is repetitive and not changing, you might even get away with a macro program like Autohotkey or iMacros for your browser.
I’m not sure what you’re asking, here. If you’re getting the data from site1 originally and sending it to site2 and site3, why do you then need to get it again from site3 and send it back to site2?
But, yeah, you’re likely to need to use an actual programming language if this is very complicated. Python is pretty awesome for screen scraping, but you need to understand how to program in it and also some of how web pages are structured in order to get very far.
ifttt.com supports Twitter, Facebook, Instagram, Email, Dropbox, Craigslist, RSS, Flickr, WordPress, etc.
Depending on what sites you’re talking about, that might do the job for you. It’s a heck of a lot easier than learning Python.