Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Contributors

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /