Skip to content

devPnal/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