Scharpe Posted February 19, 2014 Posted February 19, 2014 Dear community, I hope you can help me out on this one. Cause it's a bit hard for me to start, since it's my first time with AutoIT... I need to know, is this a possible thing to do with AutoIT? The point from where I'm starting is: - I have a website - There is a foreign website which sells goods at daily calculated prices What I'm trying to do is: - create a script for MY website that refreshes these prices of the foreign website at a certain time, let's say once a day at 6 pm, and show the results at my website content Thank you very much for your help & information Phil
FireFox Posted February 19, 2014 Posted February 19, 2014 Hi, Welcome to the autoit forum What you need is php, or another web oriented language. AutoIt is not designed for this. Br, FireFox.
DicatoroftheUSA Posted February 19, 2014 Posted February 19, 2014 It may not be designed for it, but what you describe is entirely possible. My guess the actions would be Grab the page that has the price Scrape the data with stringregex Compose a page to overwrite your page with the new data. Write the page refresh your web server. Statism is violence, Taxation is theft. Autoit Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now