Great video guys. Wondering how you use the Curl library with Autohotkey, as I don't see it mentioned in the docs... Also, have you used AutoIT or Winbatch for webscraping and do you see any advantage of autohotkey over them? thanks
If you look on the AutoHotkey forum, there's a library for using CURL. I think it might actually be Isaias' :) As for using AutoIT or WinBatch for web scraping I haven't used them but would find it hard to believe they're any better. With AutoHotkey you're either automating a browser (IE, Chrome, Edge, Selenium, etc.) or using a COM object like WinHTTP or XMLHTTP. All of those would be pretty tool independent of what language you're using
Great video guys. Wondering how you use the Curl library with Autohotkey, as I don't see it mentioned in the docs... Also, have you used AutoIT or Winbatch for webscraping and do you see any advantage of autohotkey over them? thanks
If you look on the AutoHotkey forum, there's a library for using CURL. I think it might actually be Isaias' :) As for using AutoIT or WinBatch for web scraping I haven't used them but would find it hard to believe they're any better. With AutoHotkey you're either automating a browser (IE, Chrome, Edge, Selenium, etc.) or using a COM object like WinHTTP or XMLHTTP. All of those would be pretty tool independent of what language you're using
@@JoeGlines-Automator Great to hear that, I will lookup the forum then. Thank you!
Can i use exact button in https web from the point of code in ahk?
sorry, I don't understand the question