https://github.com/felipejfc/gluahttpscrape
https://github.com/felipejfc/gluahttpscrape
golang html lua
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipejfc/gluahttpscrape
- Owner: felipejfc
- License: mit
- Created: 2016-06-29T17:25:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T10:35:08.000Z (about 8 years ago)
- Last Synced: 2024-11-14T09:31:35.724Z (over 1 year ago)
- Topics: golang, html, lua
- Language: Go
- Size: 39.1 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gluahttpscrape
==============
[](https://travis-ci.org/felipejfc/gluahttpscrape)
[](https://coveralls.io/github/felipejfc/gluahttpscrape?branch=master)
A html parser module for [gopher-lua](https://github.com/yuin/gopher-lua)
### Usage
```
L.PreloadModule("scrape", gluahttpscrape.NewHttpScrapeModule().Loader)
```
See tests for usage of module inside lua scripts.