that's driving me crazy.
I'm trying to write a web app that takes a tracking code from one site, uses the code to pull the order information for the website and then take the same order information and place that same order on a similar website.
Now, I was initially writing this on Python...Was testing out Selenium and Mechanize. But on getting to a point, it dawned on me that those would only work as a client side app and not a browser/server side app.
So, burst. Can't go that route.
And Javascript comes to mind. It would be a great way to run the browser side scripting which is the first phase of the app, i.e search with the order code and get the data. (That's possible, right?)
...but it wouldn't work for the automation of taking each item in the order, searching the similar website's inventory for each item and choosing the specific combinations/attributes for each item and then saving, which would generate a new order code.
That's where I'm stumped.
Is this possible. Can you point me in the right direction?
BIG THANKS!
Can you condense your problem?
So, those websites you're talking about, do they provide an API or are you scraping the data off of them?
Обсуждают сегодня