1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Alex Palaistras 0a79682ee5 Rename interface types and methods for clarity 2016-05-30 22:50:25 +01:00
Alex Palaistras afe72b7d47 Improve documentation, add correct handling for slices 2016-05-26 22:27:15 +01:00
Alex Palaistras 92fb4d6e25 Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
Alex Palaistras a3570358ed Implement working support for scraping HTML
This implements basic working support for fetching HTML documents
via HTTP/HTTPS and scraping the resulting markup via CSS selectors.

Support for generic sources and parsers has also been implemented,
allowing future support for fetching from, e.g. local files, and
scraping arbitrary file formats, such as JSON, YAML etc.

Basic tests have been implemented. Documentation is severely lacking.
2016-05-26 01:42:24 +01:00