Skip to content

HTML Parsing library for Autohotkey (v2)

License

Notifications You must be signed in to change notification settings

martiniifun/ahksoup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

한국어 | English

AhkSoup

📚 HTML Parsing library for Autohotkey (v2)

License: MIT
⭐ → ❤️

How to use

Include the library file in your script like below .

#include ahksoup.ahk

After that, create a new instance.

document := AhkSoup()

Open the HTML String

document.Open(htmlstring)

Now, you can use the functions in the library in the form of document.FunctionName.

Please refer to the example file.

Supported functions

  • GetElementsByTagName()
  • GetElementByTagName()
  • GetElementsById()
  • GetElementById()
  • GetElementsByClassName()
  • GetElementByClassName()
  • *QuerySelectorAll()
  • *QuerySelector()

*: Experiment

Support and contributions

  • If you have any problems during use, please register a GitHub issue or email to contact [at] pnal.dev
  • GitHub contributions are always welcome. Please feel free to contribute features you would like to see added and enhanced.

About

HTML Parsing library for Autohotkey (v2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%