Awesome
mangal-lua-libs
Lua libraries used by mangal for custom lua scrapers
Index
- base64 encoding/base64 api
- headless headless chrome browser
- html HTML processing
- cert_util monitoring ssl certs
- crypto calculate md5, sha256 hash for string
- filepath path.filepath port
- goos os port
- http http.client && http.server
- humanize humanize github.com/dustin/go-humanize port
- inspect pretty print github.com/kikito/inspect.lua
- ioutil io/ioutil port
- json json implementation
- log log port
- regexp regexp port
- runtime runtime port
- shellescape shellescape https://github.com/alessio/shellescape port
- stats stats https://github.com/montanaflynn/stats port
- storage package for store persist data and share values between lua states
- strings strings port (utf supported)
- template template engines
- time time port
- xmlpath gopkg.in/xmlpath.v2 port
- yaml gopkg.in/yaml.v2 port