URLDownloadToFile, Web scraping & API calls: Working w/HTTP Protocol

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

Комментарии • 5

  • @fleetc
    @fleetc 3 года назад

    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

    • @JoeGlines-Automator
      @JoeGlines-Automator  3 года назад +1

      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

    • @fleetc
      @fleetc 3 года назад

      @@JoeGlines-Automator Great to hear that, I will lookup the forum then. Thank you!

  • @MrBareeh
    @MrBareeh 3 года назад

    Can i use exact button in https web from the point of code in ahk?