Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipejfc/gluahttpscrape
https://github.com/felipejfc/gluahttpscrape
golang html lua
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipejfc/gluahttpscrape
- Owner: felipejfc
- License: mit
- Created: 2016-06-29T17:25:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T10:35:08.000Z (over 6 years ago)
- Last Synced: 2024-10-09T12:33:16.835Z (about 1 month 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
==============
[![Build Status](https://travis-ci.org/felipejfc/gluahttpscrape.svg?branch=master)](https://travis-ci.org/felipejfc/gluahttpscrape)
[![Coverage Status](https://coveralls.io/repos/github/felipejfc/gluahttpscrape/badge.svg?branch=master)](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.